diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-25 20:22:32 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-25 20:22:32 +0000 |
commit | 33e0a06df82a6048ebbebed36e7f17f09f1742b4 (patch) | |
tree | f8b0829b8a419e38528c381644c5652540806cb9 /binutils/ChangeLog | |
parent | d40d2d30a0eb6b6a3541132ebe2edde7eae971b5 (diff) | |
download | gdb-33e0a06df82a6048ebbebed36e7f17f09f1742b4.zip gdb-33e0a06df82a6048ebbebed36e7f17f09f1742b4.tar.gz gdb-33e0a06df82a6048ebbebed36e7f17f09f1742b4.tar.bz2 |
* objcopy.c (gap_fill): Explicitly initialize, for clarity.
(pad_to_set, pad_to): New static variables.
(copy_options): Accept --pad-to.
(copy_usage): Mention --pad-to.
(copy_object): Support --pad-to.
(compare_section_vma): Sort non loadable sections to the front.
Sort sections with the same VMA by size.
(copy_main): Handle --pad-to.
* binutils.texi, objcopy.1: Document --pad-to.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fcb01fa..c76f5c1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Tue Oct 25 16:19:25 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * objcopy.c (gap_fill): Explicitly initialize, for clarity. + (pad_to_set, pad_to): New static variables. + (copy_options): Accept --pad-to. + (copy_usage): Mention --pad-to. + (copy_object): Support --pad-to. + (compare_section_vma): Sort non loadable sections to the front. + Sort sections with the same VMA by size. + (copy_main): Handle --pad-to. + * binutils.texi, objcopy.1: Document --pad-to. + Thu Oct 20 13:51:31 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * objcopy.c (gap_fill_set, gap_fill): New static variables. |