diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-10-12 02:12:47 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-10-12 02:14:34 -0700 |
commit | 9f8575350f980aa6da8c488c6aa30862620eaa1f (patch) | |
tree | b0bc03bd7456aad7444e20a511405cf3ab4ccce4 /bfd/ChangeLog | |
parent | 359987e21867b730564ff46ddceaafdc93d0fb49 (diff) | |
download | gdb-9f8575350f980aa6da8c488c6aa30862620eaa1f.zip gdb-9f8575350f980aa6da8c488c6aa30862620eaa1f.tar.gz gdb-9f8575350f980aa6da8c488c6aa30862620eaa1f.tar.bz2 |
x86: Add _bfd_x86_elf_hide_symbol
When there is no dynamic interpreter in PIE, make the undefined weak
symbol dynamic so that PC relative branch to the undefined weak symbol
will land to address 0.
* elf32-i386.c (elf_backend_hide_symbol): New.
* elf64-x86-64.c (elf_backend_hide_symbol): Likewise.
* elfxx-x86.c (_bfd_x86_elf_hide_symbol): Likewise.
* elfxx-x86.h (_bfd_x86_elf_hide_symbol): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fbcb11a..5651316 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2017-10-12 H.J. Lu <hongjiu.lu@intel.com> + + * elf32-i386.c (elf_backend_hide_symbol): New. + * elf64-x86-64.c (elf_backend_hide_symbol): Likewise. + * elfxx-x86.c (_bfd_x86_elf_hide_symbol): Likewise. + * elfxx-x86.h (_bfd_x86_elf_hide_symbol): Likewise. + 2017-10-12 Alan Modra <amodra@gmail.com> * elflink.c (_bfd_elf_adjust_dynamic_symbol): Call |