From mboxrd@z Thu Jan 1 00:00:00 1970 From: Toshi Morita To: bfd@sourceware.cygnus.com Subject: Re: arm questions Date: Fri, 16 Apr 1999 03:21:00 -0000 Message-id: <199904161021.DAA19183@shell14.ba.best.com> References: <3.0.5.32.19990416083918.0099b8a0@mail1.bateman.arm.com> X-SW-Source: 1999/msg00100.html > >In fact as far as Linux is concerned it probably wouldn't be an especially > >big deal to introduce RELA in parallel with REL if we wanted to. I think > >there were rumblings that the ARM SDT compiler was primarily using RELA, > > No. ARM only uses REL. We see no advantage to RELA. However, our ELF > linker (not yet released) handles RELA or any mix of REL and RELA > (as the ELF standard seems to intend). > > AFAIK, Green Hills uses RELA only in its ARM ELF tool chain. > > >so we > >might end up doing it in order to be able to interwork with them. Our > dynamic > >linker can be taught to handle binaries with an arbitrary mix of reloc > types, > >I think, and I imagine binutils can be made to handle this too if it doesn't > >already. The BFD when configured for sh-elf supports both REL and RELA relocation types although sh-elf-gcc itself only uses REL. Toshi