Update x86 size relocation check
authorH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Jan 2013 22:41:03 +0000 (22:41 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 16 Jan 2013 22:41:03 +0000 (22:41 +0000)
commit6a3e1baeae1ce25cc959d53a84925074a97deef9
treef107d8ef043b24823adcd0b6c953195ee928b39b
parent2f81ff928644e457e4edbff1257e663845857f6b
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.
bfd/ChangeLog
bfd/elf32-i386.c
bfd/elf64-x86-64.c
This page took 0.025383 seconds and 4 git commands to generate.