diff options
author | Nick Clifton <nickc@redhat.com> | 2003-11-11 17:50:26 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-11-11 17:50:26 +0000 |
commit | 5fe11841a8220a0aab42940d4ec675ff5caed4d2 (patch) | |
tree | 52aaca849a3f4fef88a2d25ebf2df0613af4bd4a /binutils/NEWS | |
parent | 68e39e739b62c65d09250e1098fa03621c2ea360 (diff) | |
download | gdb-5fe11841a8220a0aab42940d4ec675ff5caed4d2.zip gdb-5fe11841a8220a0aab42940d4ec675ff5caed4d2.tar.gz gdb-5fe11841a8220a0aab42940d4ec675ff5caed4d2.tar.bz2 |
Add new feature to objcopy/strip. The -w switch allows wildcards to be used
in symbol names.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 13c3335..a72826ef 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* objcopy and strip can now take wildcard patterns in symbol names specified on + the command line provided that the --wildcard switch is used to enable them. + * readelf can now parse archives. * objdump now accepts --debugging-tags to print the debug information in a |