diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2009-06-14 05:45:09 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2009-06-14 05:45:09 +0000 |
commit | 8b7e29925c2f1d23df7fba3a7fa6175a5e60499c (patch) | |
tree | 7904bffd0b2f713fa55f510c9b7195185fa65ba7 /bfd/ChangeLog | |
parent | c25bc9fc0d99cdc97211346362b677428747eabd (diff) | |
download | gdb-8b7e29925c2f1d23df7fba3a7fa6175a5e60499c.zip gdb-8b7e29925c2f1d23df7fba3a7fa6175a5e60499c.tar.gz gdb-8b7e29925c2f1d23df7fba3a7fa6175a5e60499c.tar.bz2 |
2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_relocs): Properly report
local symbol for unhandled relocation against STT_GNU_IFUNC
symbol.
* elf64-x86-64.c (elf64_x86_64_check_relocs): 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 6022765..05e93da 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2009-06-13 H.J. Lu <hongjiu.lu@intel.com> + * elf32-i386.c (elf_i386_check_relocs): Properly report + local symbol for unhandled relocation against STT_GNU_IFUNC + symbol. + * elf64-x86-64.c (elf64_x86_64_check_relocs): Likewise. + +2009-06-13 H.J. Lu <hongjiu.lu@intel.com> + PR ld/10269 * elf32-i386.c: Include "objalloc.h" and "hashtab.h". (elf_i386_link_hash_table): Add loc_hash_table and |