diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-12 17:07:55 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-12 17:07:55 +0000 |
commit | 607dea976448c7af523547e62d37eba4975c3f94 (patch) | |
tree | 5bb69a7151e894375f80d418fc8bfc194f12e173 /binutils/NEWS | |
parent | 7865082976ae440b7b8e884b24a74a2eff29781a (diff) | |
download | gdb-607dea976448c7af523547e62d37eba4975c3f94.zip gdb-607dea976448c7af523547e62d37eba4975c3f94.tar.gz gdb-607dea976448c7af523547e62d37eba4975c3f94.tar.bz2 |
dlltool.c (ext_prefix_alias): New global variable.
(make_one_lib_file): Add aliases with prefixes for external and import
definitions.
(usage): Document -p option.
(long_options): Add --ext-prefix-alias option.
(main): Handle -p.
* doc/binutils.texi: Document new switch.
* NEWS: Mention new switch.
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 a72826ef..a753312 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* dlltool has a switch "--ext-prefix-alias <prefix>" to generate additional + import and export symbols with <preifx> prepended to them. + +Changes in 2.15: + * 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. |