diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-07-07 17:27:00 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-07-07 17:27:00 +0000 |
commit | d06fb990769e0a348ee2a04ce15a4c00aca54a9c (patch) | |
tree | 95bf2c8a99d0953a71f4077a585e7abc4d11b120 | |
parent | 5819d6324a4999b383d81ff9b9fa73ec9e45d238 (diff) | |
download | gdb-d06fb990769e0a348ee2a04ce15a4c00aca54a9c.zip gdb-d06fb990769e0a348ee2a04ce15a4c00aca54a9c.tar.gz gdb-d06fb990769e0a348ee2a04ce15a4c00aca54a9c.tar.bz2 |
* objcopy.c (filter_bytes): Set size correctly if the size of the
section is not an even multiple of the interleave. Based on patch
from Brion Stone <Brion.Stone@attws.com>.
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 104c438..3cd7332 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Tue Jul 7 13:26:13 1998 Ian Lance Taylor <ian@cygnus.com> + + * objcopy.c (filter_bytes): Set size correctly if the size of the + section is not an even multiple of the interleave. Based on patch + from Brion Stone <Brion.Stone@attws.com>. + Thu Jul 2 14:01:34 1998 Klaus Kaempf <kkaempf@rmi.de> * configure.com: Add vax/vms support. |