diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-04-24 13:42:33 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-04-24 13:42:33 -0700 |
commit | 0dc9a308a1ec9675bf6b33bae9e8b1faa0bad9ed (patch) | |
tree | 41f884708e91b4353f6c598b6115d06bef9565e9 /bfd/ChangeLog | |
parent | e1ba30532c6de26a14404ab4919bb591e8da3eab (diff) | |
download | gdb-0dc9a308a1ec9675bf6b33bae9e8b1faa0bad9ed.zip gdb-0dc9a308a1ec9675bf6b33bae9e8b1faa0bad9ed.tar.gz gdb-0dc9a308a1ec9675bf6b33bae9e8b1faa0bad9ed.tar.bz2 |
i386: Force symbol dynamic if it isn't undefined weak
Force symbol dynamic if it isn't undefined weak. Generate R_386_RELATIVE
relocation for R_386_GOT32 relocation against non-dynamic symbol in PIC.
PR ld/21402
* elf32-i386.c (elf_i386_allocate_dynrelocs): If a symbol isn't
undefined weak symbol, don't make it dynamic.
(elf_i386_relocate_section): If a symbol isn't dynamic in PIC,
set no_finish_dynamic_symbol and generate R_386_RELATIVE
relocation for R_386_GOT32.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 6b969d6..54e2f0d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,14 @@ 2017-04-24 H.J. Lu <hongjiu.lu@intel.com> + PR ld/21402 + * elf32-i386.c (elf_i386_allocate_dynrelocs): If a symbol isn't + undefined weak symbol, don't make it dynamic. + (elf_i386_relocate_section): If a symbol isn't dynamic in PIC, + set no_finish_dynamic_symbol and generate R_386_RELATIVE + relocation for R_386_GOT32. + +2017-04-24 H.J. Lu <hongjiu.lu@intel.com> + PR ld/21425 * elf32-i386.c (ELF_MAXPAGESIZE): Set to 0x1000 for VxWorks. |