summaryrefslogtreecommitdiff
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
commit35ebfd9cb3c6b4269c34653d09e3157d952c0100 (patch)
treeacde9d41024c119fdaaad50d961392d0912a0cf3 /binutils/NEWS
parent557ea209065c35e1b7de5092b4c5ffaf0eda3f15 (diff)
downloadbinutils-redhat-35ebfd9cb3c6b4269c34653d09e3157d952c0100.tar.gz
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 91400435f8..3853275fba 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: