[Bug ld/7041] New: ld -pie on a final executable fails to report undefined symbols

2008-11-20 Thread bje at sources dot redhat dot com
The powerpc64-linux linker does not report undefined symbols when there are some present. Tiny test case: .text bl .foo % as -a64 foo.s -o foo.o % ld -pie foo.o -o foo.x (No linker error is produced.) -- Summary: ld -pie on a final executable fails to report undefined

Re: Embedding ELFs, Using objcopy and/or xdd

2008-11-20 Thread Nick Clifton
Hi mondialeeer, I am currently trying to embed an ELF into a larger ELF that will manage this ELF (boostrap it and execute it). Do you know about the ".incbin" assembler pseudo op which allows you to insert an arbitrary file into a section ? You could use this to embed your small ELF execut