On Saturday December 29 2007 12:19:08 pm [EMAIL PROTECTED] wrote: > > So it's not linked to anything??? (but does contain textrel) > > compiling with: gcc -nostdlib -fno-stack-protector -fno-pic -fno-pie > > -nopie src/nologin.S -o src/nologin removes the textrel (actualy readelf > > tells me there is no dynamic section in the file) and the resulting bin > > does work. > > does this mean using "gcc -nostdlib" caused the compiler to ignore the > hardwired specs, instead of appending them? What actually happened here?
It looks like nologin.S is non-pic. true.S and false.S are okay. robert
pgppNbi35u66x.pgp
Description: PGP signature
-- http://linuxfromscratch.org/mailman/listinfo/hlfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page
