blob: 4b15cfbdac9544d49f6c981802c891a286ce6ca0 [file] [log] [blame]
#
# This is a hack to generate the .intrp section, which then
# ld turns into an PT_INTERP header.
#
# NOTE: The .interp section needs to be "a", or it doesnt work...
#
.section ".interp","a"
.ascii LIBDIR
.ascii "/klibc-"
.ascii SOHASH
.ascii ".so"
.byte 0