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
This commit is contained in:
Nick Clifton
2013-02-15 09:32:31 +00:00
parent 796cb314e7
commit 2e62b7218b
4 changed files with 265 additions and 162 deletions

View File

@@ -1,5 +1,8 @@
-*- text -*-
* Objcopy now supports wildcard characters in command line options that take
section names.
* Add support for Altera Nios II.
Changes in 2.23: