aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-02-15 09:32:31 +0000
committerNick Clifton <nickc@redhat.com>2013-02-15 09:32:31 +0000
commit2e62b7218b7147ee409b1b0551d6ca9576b37746 (patch)
tree6cd660777d358e74c5ab1a69aaa9b89dfae1b76b /binutils/NEWS
parent796cb314e792023f954f66150c2cc78bd048f142 (diff)
downloadgdb-2e62b7218b7147ee409b1b0551d6ca9576b37746.zip
gdb-2e62b7218b7147ee409b1b0551d6ca9576b37746.tar.gz
gdb-2e62b7218b7147ee409b1b0551d6ca9576b37746.tar.bz2
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
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 9140043..3853275 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -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: