diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 574311fe38..b30b6860a6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,6 @@ 2014-06-10 Alan Modra + 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 125d6937d3..253b0660df 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,5 +1,6 @@ 2014-06-10 Alan Modra + PR ld/16910 * bfdlink.h (unwrap_hash_lookup): Declare. 2014-05-01 Steve Ellcey