aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-03-08 05:28:55 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-03-08 05:30:51 -0800
commit202ac193bbbecc96a4978d1ac3d17148253f9b01 (patch)
tree8c2f92edb7397be31f6d8a0b71f5e9b2a84254e3 /bfd/ChangeLog
parent72f3b6aae734d8cdcded38aca94e379848bec7ef (diff)
downloadgdb-202ac193bbbecc96a4978d1ac3d17148253f9b01.zip
gdb-202ac193bbbecc96a4978d1ac3d17148253f9b01.tar.gz
gdb-202ac193bbbecc96a4978d1ac3d17148253f9b01.tar.bz2
Group common symbol checking together
PR ld/19579 * elflink.c (_bfd_elf_merge_symbol): Group common symbol checking together.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 2b6cf15..c3b9132 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/19579
+ * elflink.c (_bfd_elf_merge_symbol): Group common symbol checking
+ together.
+
2016-03-08 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
Andrew Burgess <andrew.burgess@embecosm.com>