From: Alan Modra Date: Tue, 10 Jun 2014 13:37:52 +0000 (+0930) Subject: add pr number to changelog X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b71c404358dbc78d3e84c4299c6139c5291ac441;p=binutils-gdb.git add pr number to changelog --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 574311fe388..b30b6860a66 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 125d6937d3e..253b0660df7 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