blob: 4b5bcf7898d2b85dbf20efdf5bf624931d4fcddb [file] [log] [blame]
#
# This is a hack to generate the .intrp section, which then
# ld turns into an PT_INTERP header.
#
.section ".interp","a"
.ascii "/lib/klibc-"
.ascii SOHASH
.ascii ".so"
.byte 0