diff options
-rw-r--r-- | bfd/ChangeLog | 1 | ||||
-rw-r--r-- | include/ChangeLog | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 574311f..b30b686 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,6 @@ 2014-06-10 Alan Modra <amodra@gmail.com> + PR ld/16910 * linker.c (unwrap_hash_lookup): New function. * elf-bfd (RELOC_FOR_GLOBAL_SYMBOL): Call unwrap_hash_lookup. * elf32-i370.c (i370_elf_relocate_section): Likewise. diff --git a/include/ChangeLog b/include/ChangeLog index 125d693..253b066 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,6 @@ 2014-06-10 Alan Modra <amodra@gmail.com> + PR ld/16910 * bfdlink.h (unwrap_hash_lookup): Declare. 2014-05-01 Steve Ellcey <sellcey@mips.com> |