blob: 303943697ba60565da86872e7ad65ba49714e72e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# This is a hack to generate the .intrp section, which then
# ld turns into an PT_INTERP header.
#
.section ".interp","a"
.ascii LIBDIR
.ascii "/klibc-"
.ascii SOHASH
.ascii ".so"
.byte 0
|