chiark / gitweb /
303943697ba60565da86872e7ad65ba49714e72e
[elogind.git] / klibc / klibc / interp.S
1 #
2 # This is a hack to generate the .intrp section, which then
3 # ld turns into an PT_INTERP header.
4 #
5
6         .section ".interp","a"
7         .ascii LIBDIR
8         .ascii "/klibc-"
9         .ascii SOHASH
10         .ascii ".so"
11         .byte 0