aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-01-04 23:44:03 +0000
committerNick Clifton <nickc@redhat.com>2000-01-04 23:44:03 +0000
commit870df5dcbc9c012aaf8b59fb97ba5ba045d66f98 (patch)
tree9e3afa8c5d6a1f715fcd7d22ab2bce627371d34b /ld/ChangeLog
parenta6483292c26c4ad8e8f19a3207b70585087a5a4a (diff)
downloadgdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.zip
gdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.tar.gz
gdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.tar.bz2
Applied Mumit Kha's patch to tweak dll production code.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2ab6c95..c6091ee 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,7 +1,21 @@
2000-01-04 Mumit Khan <khan@xraylith.wisc.edu>
+ * pe-dll.c (pe_dll_warn_dup_exports): New variable.
+ (process_def_file): Use.
+ (pe_dll_compat_implib): New variable.
+ (make_one): Use.
+
+ * pe-dll.h: Add exports of pe_dll_warn_dup_exports and
+ pe_dll_compat_implib.
+
+ * emultempl/pe.em (longopts): Add warn-duplicate-exports and
+ compat-implib options.
+ (gld_${EMULATION_NAME}_list_options): List new options.
+ (gld_${EMULATION_NAME}_parse_args): Handle.
+
* pe-dll.c (pe_dll_generate_implib): Use the correct name for output
dll.
+
* deffilep.y (opt_name): Allow "." in name.
1999-12-02 Nick Clifton <nickc@cygnus.com>