[PATCH] Implement x86 SIZE32/SIZE64 relocations

H.J. Lu hjl.tools@gmail.com
Wed Jan 16 19:13:00 GMT 2013


On Wed, Jan 16, 2013 at 11:06 AM, Roland McGrath <roland@hack.frob.com> wrote:
> We never put this sort of thing in until after the binutils changes are
> done and settled.  Once the new relocs are produced by a binutils that is
> somewhere near ready for release, then you can propose such a patch.

I was following this commit:

commit 5ed848f3d8b5b3be92fe3006fd18a089ef982316
Author: David S. Miller <davem@davemloft.net>
Date:   Sat Apr 7 09:29:14 2012 -0700

    Handle some new sparc relocation types.

      * elf/elf.h (R_SPARC_WDISP10): Define.
      * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
      R_SPARC_SIZE32.
      * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
      R_SPARC_SIZE64 and R_SPARC_H34.

R_386_SIZE32, R_X86_64_SIZE32 and R_X86_64_SIZE64 are
equivalent to R_SPARC_SIZE32 and R_SPARC_SIZE64.

-- 
H.J.



More information about the Libc-alpha mailing list