aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2009-10-28 17:21:36 +0000
committerKai Tietz <kai.tietz@onevision.com>2009-10-28 17:21:36 +0000
commit36d21de541788f5ceae44d8250e33af906af6b14 (patch)
tree84dfc71e7c64b3fa9ce88daadd2483c8796e7dba /binutils/ChangeLog
parent0bd7136a923213847d3c3c0b0836c685d3783276 (diff)
downloadgdb-36d21de541788f5ceae44d8250e33af906af6b14.zip
gdb-36d21de541788f5ceae44d8250e33af906af6b14.tar.gz
gdb-36d21de541788f5ceae44d8250e33af906af6b14.tar.bz2
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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index eeeb615..e23e18f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,22 @@
+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.
+
2009-10-23 Kai Tietz <kai.tietz@onevision.com>
* deflex.l: Allow '<' and '>' in ID names.