aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1998-06-05 22:44:15 +0000
committerIan Lance Taylor <ian@airs.com>1998-06-05 22:44:15 +0000
commitaaaf948f2d4a69e934cb70f5cccaae1a0a0194a4 (patch)
tree69f7f11189f334ccf416bc8ad76e464dd539a609
parentb469b734924041ce336b354bfd367cd0dd2280c7 (diff)
downloadgdb-aaaf948f2d4a69e934cb70f5cccaae1a0a0194a4.zip
gdb-aaaf948f2d4a69e934cb70f5cccaae1a0a0194a4.tar.gz
gdb-aaaf948f2d4a69e934cb70f5cccaae1a0a0194a4.tar.bz2
* objcopy.c (setup_section): Adjust the section size if copy_byte
is >= 0. (copy_section): Do not call bfd_set_section_size.
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index bd3d31a..a343202 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+Fri Jun 5 18:43:40 1998 Ian Lance Taylor <ian@cygnus.com>
+
+ * objcopy.c (setup_section): Adjust the section size if copy_byte
+ is >= 0.
+ (copy_section): Do not call bfd_set_section_size.
+
Thu Jun 4 09:12:27 1998 Nick Clifton <nickc@cygnus.com>
* objcopy.c (copy_usage): Add missing \n\ from help description.