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