aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorChristian Eggers <ceggers@gmx.de>2020-03-02 22:08:20 +0100
committerAlan Modra <amodra@gmail.com>2020-03-04 10:59:30 +1030
commiteef64366e1e9052b121a0c235c49be362aa2fe65 (patch)
tree994f441e0a19d37e36327f12303bb75a7ee0e3eb /binutils/ChangeLog
parent3ba07c177d504ded569198b530ff448602e017cb (diff)
downloadgdb-eef64366e1e9052b121a0c235c49be362aa2fe65.zip
gdb-eef64366e1e9052b121a0c235c49be362aa2fe65.tar.gz
gdb-eef64366e1e9052b121a0c235c49be362aa2fe65.tar.bz2
objcopy: Fix for pr19005 on machines with more than one octet per byte.
On machines with more than one octet per byte, objcopy fills only a part of the gap between sections. * objcopy.c (copy_object): Convert from bytes to octets for --gap-fill and --pad-to.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index afc3803..35d3fad 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,8 @@
+2020-03-04 Christian Eggers <ceggers@gmx.de>
+
+ * objcopy.c (copy_object): Convert from bytes to octets for
+ --gap-fill and --pad-to.
+
2020-03-03 Nick Clifton <nickc@redhat.com>
PR 25625