diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-15 17:45:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-15 17:45:19 +0000 |
commit | 7b4a0685e80a6fac42e5be3113716fdfea629e3b (patch) | |
tree | 53718dd25222d2543d14fd5f60c191344319f323 /binutils/NEWS | |
parent | f7945f452e55d8a62b16e80fe35b52109a249bf2 (diff) | |
download | gdb-7b4a0685e80a6fac42e5be3113716fdfea629e3b.zip gdb-7b4a0685e80a6fac42e5be3113716fdfea629e3b.tar.gz gdb-7b4a0685e80a6fac42e5be3113716fdfea629e3b.tar.bz2 |
Add new switch --globalize-symbol to convert local symbols into globals.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 8677cb7..e083502 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* Add "--globalize-symbol <name>" and "--globalize-symbols <filename>" switches + to objcopy to convert local symbols into global symbols. + +Changes in 2.16: + * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard matching the original --strip-symbol/--strip-symbols provided, but |