forked from Imagelibrary/binutils-gdb
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user