From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Schmidt To: gcc-help@gcc.gnu.org Subject: PPC Elf LD problem Date: Thu, 06 Jan 2000 13:31:00 -0000 Message-id: <200001062130.AA00671@basis.owl.de> X-SW-Source: 2000-01/msg00074.html I need to generate a relocatable elf image. With ld -r it's possible to generate some combined object format that comes close to my needs but i would like to be able to remove all symbol relocs and only get section related reloc entries. So ld would need to put all data objects into a .*bss*,.*data* section and save relocs connected to sections. Is there a way to generate something like this with ld ? Regards --- Ralph Schmidt,laire@popmail.owl.de(private),NextMail welcome From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Schmidt To: gcc-help@gcc.gnu.org Subject: PPC Elf LD problem Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <200001062130.AA00671@basis.owl.de> X-SW-Source: 2000-q1/msg00074.html Message-ID: <20000401000000.QFq6Bn9atEaPxw2pPf5XK-mk3HpuaM2Q8hMpVMk-n6k@z> I need to generate a relocatable elf image. With ld -r it's possible to generate some combined object format that comes close to my needs but i would like to be able to remove all symbol relocs and only get section related reloc entries. So ld would need to put all data objects into a .*bss*,.*data* section and save relocs connected to sections. Is there a way to generate something like this with ld ? Regards --- Ralph Schmidt,laire@popmail.owl.de(private),NextMail welcome