diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-08-11 19:00:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-08-11 19:00:26 +0000 |
commit | 0aca460e7c11225478d0ec4b962f204f0e91857a (patch) | |
tree | d3181494247ec6276e75ed86cae0403d077e42b0 /binutils/ChangeLog | |
parent | 97e7b66f5e80e55d1508778e9e037a4f9af8b9f6 (diff) | |
download | gdb-0aca460e7c11225478d0ec4b962f204f0e91857a.zip gdb-0aca460e7c11225478d0ec4b962f204f0e91857a.tar.gz gdb-0aca460e7c11225478d0ec4b962f204f0e91857a.tar.bz2 |
Add support for removing named sections to objcopy and strip.
* objcopy.c (struct section_list): Define.
(remove_sections): New static variable.
(strip_options, copy_options): Add remove-section.
(copy_usage, strip_usage): Mention -R and --remove-section.
(setup_section): If section is in remove_sections list, ignore it.
(copy_section): Likewise.
(strip_main, copy_main): Handle -R.
* binutils.texi, objcopy.1, strip.1: Document new options.
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 899c1c3..a3a1677 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +Thu Aug 11 14:55:57 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + + Add support for removing named sections to objcopy and strip. + * objcopy.c (struct section_list): Define. + (remove_sections): New static variable. + (strip_options, copy_options): Add remove-section. + (copy_usage, strip_usage): Mention -R and --remove-section. + (setup_section): If section is in remove_sections list, ignore it. + (copy_section): Likewise. + (strip_main, copy_main): Handle -R. + * binutils.texi, objcopy.1, strip.1: Document new options. + Wed Aug 10 10:19:55 1994 Stan Shebs (shebs@andros.cygnus.com) * nlmconv.c (powerpc_mangle_relocs): Rename symvalue to sym_value, |