Magellan Linux

Contents of /trunk/mkinitrd-magellan/klibc/usr/klibc/interp.S

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 9 months ago) by niro
File size: 300 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

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