chiark / gitweb /
Make run_directory.c stat the place it is going to try to run.
[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 # NOTE: The .interp section needs to be "a", or it doesnt work...
6 #
7         
8         .section ".interp","a"
9         .ascii LIBDIR
10         .ascii "/klibc-"
11         .ascii SOHASH
12         .ascii ".so"
13         .byte 0