diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2010-02-19 05:07:50 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2010-02-19 05:07:50 +0000 |
commit | c16153aed7cc77c39bb5e78b2880a9792e1d0554 (patch) | |
tree | 0542a42ea09f6314fc9c21f028e7f5c76b82c708 /ld/testsuite/ChangeLog | |
parent | 487565fe48accbc88da056cc373ca254763d7479 (diff) | |
download | gdb-c16153aed7cc77c39bb5e78b2880a9792e1d0554.zip gdb-c16153aed7cc77c39bb5e78b2880a9792e1d0554.tar.gz gdb-c16153aed7cc77c39bb5e78b2880a9792e1d0554.tar.bz2 |
Don't set ELFOSABI_LINUX in dynamic ifunc-using executable.
bfd/
2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_add_symbol_hook): Don't set
has_ifunc_symbols if the symbol comes from a shared library.
* elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
* elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
* elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
* elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
* elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Likewise.
ld/testsuite/
2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
* ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
ifunc-using executable.
Diffstat (limited to 'ld/testsuite/ChangeLog')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e170dfc..a4b2100 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-02-18 H.J. Lu <hongjiu.lu@intel.com> + + * ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic + ifunc-using executable. + 2010-02-19 Alan Modra <amodra@gmail.com> * ld-elf/group.ld: Discard .dropme sections. |