aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-08-05 16:15:14 +0100
committerNick Clifton <nickc@redhat.com>2019-08-05 16:15:14 +0100
commit276cbbdf990f3f09acacdf3d9603b054ac7d29da (patch)
tree69fb381e93d2587d39c981cc4175e680f58180c5 /binutils/ChangeLog
parent580f1034d10934b757703110db068397c0c1e7bb (diff)
downloadgdb-276cbbdf990f3f09acacdf3d9603b054ac7d29da.zip
gdb-276cbbdf990f3f09acacdf3d9603b054ac7d29da.tar.gz
gdb-276cbbdf990f3f09acacdf3d9603b054ac7d29da.tar.bz2
Fix objcopy's note merging capabilities so that they no longer insist on the first note being a version note.
PR 24874 * objcopy.c (merge_gnu_build_notes): Do not insist on the first note being a version note.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 22a7828..411f835 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,12 @@
2019-08-05 Nick Clifton <nickc@redhat.com>
+ PR 24874
+ * objcopy.c (merge_gnu_build_notes): Do not insist on the first
+ note being a version note.
+ Remove spurious debugging fprintf.
+
+2019-08-05 Nick Clifton <nickc@redhat.com>
+
PR 24829
* readelf.c (apply_relocations): Catch potential integer overflow
whilst checking reloc location against section size.