2009-10-28 Kai Tietz <kai.tietz@onevision.com>
commitaf5800fcc8358d5f086c82ed1c890dbe700e1c6d
authorKai Tietz <kai.tietz@onevision.com>
Wed, 28 Oct 2009 17:21:36 +0000 (28 17:21 +0000)
committerKai Tietz <kai.tietz@onevision.com>
Wed, 28 Oct 2009 17:21:36 +0000 (28 17:21 +0000)
tree03121776c2da696a3f3716b07e35c5b1ad468f7d
parentdc69303f0fc597cd6468f91723f7bb78f06132c0
2009-10-28  Kai Tietz <kai.tietz@onevision.com>

* dlltool.c (leading_underscore): New local variable.
(asm_prefix): Interpret leading_underscore.
(xlate): Likewise.
(add_excludes): Use leading_underscore for making
symbol name.
(gen_exp_file): Use leading_underscore for internal
_imp_ symbols.
(usage): Add display of --no-leading-underscore and
--leading-underscore option.
(OPTION_NO_LEADING_UNDERSCORE): New.
(OPTION_LEADING_UNDERSCORE): New.
(long_options): Add --no-leading-underscore and
--leading-underscore option.
(main): Handle new options.
* doc/binutils.text: Add documentation of the options
--no-leading-underscore and --leading-underscore.
binutils/ChangeLog
binutils/dlltool.c
binutils/doc/binutils.texi