diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 22:41:03 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-16 22:41:03 +0000 |
commit | 6a3e1baeae1ce25cc959d53a84925074a97deef9 (patch) | |
tree | f107d8ef043b24823adcd0b6c953195ee928b39b /bfd/ChangeLog | |
parent | 2f81ff928644e457e4edbff1257e663845857f6b (diff) | |
download | gdb-6a3e1baeae1ce25cc959d53a84925074a97deef9.zip gdb-6a3e1baeae1ce25cc959d53a84925074a97deef9.tar.gz gdb-6a3e1baeae1ce25cc959d53a84925074a97deef9.tar.bz2 |
Update x86 size relocation check
* elf32-i386.c (elf_i386_check_relocs): Update R_386_SIZE32
check.
(elf_i386_relocate_section): Don't check TLS for R_386_SIZE32.
* elf64-x86-64.c (elf_x86_64_check_relocs): Update R_X86_64_SIZE32
and R_X86_64_SIZE64 check.
(elf_x86_64_relocate_section): Don't check TLS for R_X86_64_SIZE32
nor R_X86_64_SIZE64.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 2dec362..f75e046 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,16 @@ 2013-01-16 H.J. Lu <hongjiu.lu@intel.com> + * elf32-i386.c (elf_i386_check_relocs): Update R_386_SIZE32 + check. + (elf_i386_relocate_section): Don't check TLS for R_386_SIZE32. + + * elf64-x86-64.c (elf_x86_64_check_relocs): Update R_X86_64_SIZE32 + and R_X86_64_SIZE64 check. + (elf_x86_64_relocate_section): Don't check TLS for R_X86_64_SIZE32 + nor R_X86_64_SIZE64. + +2013-01-16 H.J. Lu <hongjiu.lu@intel.com> + * bfd-in2.h: Regenerated. * libbfd.h: Likewise. |