diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-05-10 17:05:06 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-05-10 17:05:06 -0700 |
commit | df8a552f6f93f62c494177a49ee49d3bf40949b8 (patch) | |
tree | 8aee7d998d4e25fe5563f87295f317d5800e4f0e /ChangeLog | |
parent | f42d41d10769f9bf465348e6cf6960364d47e10b (diff) | |
download | glibc-df8a552f6f93f62c494177a49ee49d3bf40949b8.tar glibc-df8a552f6f93f62c494177a49ee49d3bf40949b8.tar.gz glibc-df8a552f6f93f62c494177a49ee49d3bf40949b8.tar.bz2 glibc-df8a552f6f93f62c494177a49ee49d3bf40949b8.zip |
Handle R_X86_64_RELATIVE64 and R_X86_64_64 for x32
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +2012-05-10 H.J. Lu <hongjiu.lu@intel.com> + + * elf/elf.h (R_X86_64_RELATIVE64): New. + (R_X86_64_NUM): Updated. + * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle + R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64. + (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64. + * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2 + tst-quad1pie tst-quad2pie + (modules-names): Add tst-quadmod1 tst-quadmod2. + ($(objpfx)tst-quad1): New dependency. + ($(objpfx)tst-quad2): Likewise. + ($(objpfx)tst-quad1pie): Likewise. + ($(objpfx)tst-quad2pie): Likewise. + * sysdeps/x86_64/tst-quad1.c: New file. + * sysdeps/x86_64/tst-quad1pie.c: New file. + * sysdeps/x86_64/tst-quad2.c: Likewise. + * sysdeps/x86_64/tst-quad2pie.c: Likewise. + * sysdeps/x86_64/tst-quadmod1.S: Likewise. + * sysdeps/x86_64/tst-quadmod1pie.S: Likewise. + * sysdeps/x86_64/tst-quadmod2.S: Likewise. + * sysdeps/x86_64/tst-quadmod2pie.S: Likewise. + 2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org> * io/fcntl.h (mode_t, off_t, pid_t): Define types. |