PR binutils/15033
authorNick Clifton <nickc@redhat.com>
Fri, 15 Feb 2013 09:32:31 +0000 (09:32 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 15 Feb 2013 09:32:31 +0000 (09:32 +0000)
commit2e62b7218b7147ee409b1b0551d6ca9576b37746
tree6cd660777d358e74c5ab1a69aaa9b89dfae1b76b
parent796cb314e792023f954f66150c2cc78bd048f142
PR binutils/15033
* objcopy.c (enum change_action): Delete.
(struct section_list): Delete remove, copy, change_vma, change_lma
and set_flags fields.  Add context field.
(find_section_list): Add a context parameter.  Add support for
wildcard characters in section names.
(is_strip_section): Check for sections being both  copied and
removed.
(copy_object): Pass context to find_section_list.
(setup_section): Likewise.
(copy_section): Likewise.
(copy_main): Likewise.
* doc/binutils: Document the new behaviour.
* NEWS: Mention the new feature
binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi
binutils/objcopy.c
This page took 0.080735 seconds and 4 git commands to generate.