chiark / gitweb /
[PATCH] sync up with the 0.84 version of klibc
[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