diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-04-28 15:24:22 +0000 |
---|---|---|
committer | Kai Tietz <kai.tietz@onevision.com> | 2010-04-28 15:24:22 +0000 |
commit | 17f732770329c2b976b2c17c41fcb4c6546b9644 (patch) | |
tree | e6d02f066f8bf61c8da9bb0bd400cd9cab077a5f /ld/NEWS | |
parent | bb591cfebeee49da4dd40cf927d80083110c3808 (diff) | |
download | gdb-17f732770329c2b976b2c17c41fcb4c6546b9644.zip gdb-17f732770329c2b976b2c17c41fcb4c6546b9644.tar.gz gdb-17f732770329c2b976b2c17c41fcb4c6546b9644.tar.bz2 |
2010-04-27 Kai Tietz <kai.tietz@onevision.com>
* pe-dll.c (_nm_-symbols): Use always underscored variant
for symbols.
(__imp_-symbols): Likewise.
(___imp_-symbols): Likewise.
* NEWS: Mention ABI change for x64 PE-COFF.
PS: Sorry, missed this part of approved patch.
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ -*- text -*- +* Turn off underscoring for x86_64 PE+-COFF targets. For old behavior the + option --enable-leading-mingw64-underscores can be used on configure of + bfd. + * Add support for the TMS320C6000 (TI C6X) processor family. * --add-needed renamed to --copy-dt-needed-entries in order to avoid confusion |