[U-Boot] [ELF_RELOC] [PATCH V3 1/2] arm: implement ELF relocations

2010-10-11 Thread Albert Aribaud
ELF relocation tables generated with linker option -pie can be used to fixup code and data in a single loop at relocation, removing the need for manual fixups anywhere else in the code. Signed-off-by: Albert Aribaud albert.arib...@free.fr --- This patch set is intended for the ELF relocation

Re: [U-Boot] [ELF_RELOC] [PATCH V3 1/2] arm: implement ELF relocations

2010-10-11 Thread Wolfgang Denk
Dear Albert Aribaud, In message 1286795609-6754-1-git-send-email-albert.arib...@free.fr you wrote: ELF relocation tables generated with linker option -pie can be used to fixup code and data in a single loop at relocation, removing the need for manual fixups anywhere else in the code.