From: Ian Lance Taylor Date: Fri, 5 Jun 1998 22:44:15 +0000 (+0000) Subject: * objcopy.c (setup_section): Adjust the section size if copy_byte X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aaaf948f2d4a69e934cb70f5cccaae1a0a0194a4;p=binutils-gdb.git * objcopy.c (setup_section): Adjust the section size if copy_byte is >= 0. (copy_section): Do not call bfd_set_section_size. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index bd3d31a4d91..a3432023671 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 5 18:43:40 1998 Ian Lance Taylor + + * 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 * objcopy.c (copy_usage): Add missing \n\ from help description.