aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2019-11-07 11:36:06 +0000
committerNick Clifton <nickc@redhat.com>2019-11-07 11:36:06 +0000
commitef07b8082ea5f9c48d0c6bcf0e4c1855ddf2c49b (patch)
tree692bfa0c999c20fda4a1d23157f6cac7f61dde58 /binutils/ChangeLog
parent496af5c81112807c9909fb7038404905e15950ea (diff)
downloadgdb-ef07b8082ea5f9c48d0c6bcf0e4c1855ddf2c49b.zip
gdb-ef07b8082ea5f9c48d0c6bcf0e4c1855ddf2c49b.tar.gz
gdb-ef07b8082ea5f9c48d0c6bcf0e4c1855ddf2c49b.tar.bz2
Fix bug merging notes with objcopy when no merging results in zeroes being written back into the note section.
* objcopy.c (copy_object): Skip note sections that do not have an output section. Always copy note sections, even if no changes are made.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 61a2e00..fb1a99d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2019-11-07 Nick Clifton <nickc@redhat.com>
+
+ * objcopy.c (copy_object): Skip note sections that do not have
+ an output section. Always copy note sections, even if no
+ changes are made.
+
2019-11-06 Christian Eggers <ceggers@gmx.de>
* readelf.c (IN_RANGE): Rename parameter OFF to NELEM. Add