* objcopy.c (struct section_list): Add fields remove, set_flags,
authorIan Lance Taylor <ian@airs.com>
Fri, 17 Feb 1995 19:21:24 +0000 (19:21 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 17 Feb 1995 19:21:24 +0000 (19:21 +0000)
commit5ab41086ca8752af8f088ec86fb667e581ce3882
treebec568e3c3c0a91564f95b9e30d502058d5e6310
parentebb6075d2a66fe44ef4499c4c21c509172d3f448
* objcopy.c (struct section_list): Add fields remove, set_flags,
and flags.  Change adjust from boolean to enum.
(remove_sections): Remove static variable.
(sections_removed): New static variable.
(copy_options): Add --set-section-flags.
(copy_usage): Mention --set-section-flags.
(parse_flags): New static function.
(find_section_list): New static function.
(is_strip_symbol): Change return type from int to boolean.
(is_strip_section): New static function.
(filter_symbols): Call is_strip_section.
(copy_object): When adding sections, check for specified flags or
VMA.  Call filter_symbols if any sections are being removed.
(setup_section): Use find_section_list function rather than
looking through remove_sections and adjust_sections.  Handle
--set-section-flags.
(copy_section): Use find_section_list rather than looking through
remove_sections.
(strip_main): Use find_section_list instead of adding items to
sections_removed.
(copy_main): Use find_section_list instead of adding items to
sections_removed and adjust_sections.  Handle --set-section-flags.
* binutils.texi, objcopy.1: Document --set-section-flags.
binutils/binutils.texi
binutils/objcopy.1
binutils/objcopy.c