summaryrefslogtreecommitdiff
path: root/ld/pe-dll.h
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/pe-dll.h
parenta6483292c26c4ad8e8f19a3207b70585087a5a4a (diff)
downloadbinutils-gdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.tar.gz
Applied Mumit Kha's patch to tweak dll production code.
Diffstat (limited to 'ld/pe-dll.h')
-rw-r--r--ld/pe-dll.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/pe-dll.h b/ld/pe-dll.h
index b33a3781fda..cf9e84a2379 100644
--- a/ld/pe-dll.h
+++ b/ld/pe-dll.h
@@ -1,5 +1,5 @@
/* pe-dll.h: Header file for routines used to build Windows DLLs.
- Copyright (C) 1999 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000 Free Software Foundation, Inc.
This file is part of GLD, the Gnu Linker.
@@ -31,6 +31,8 @@ extern int pe_dll_export_everything;
extern int pe_dll_do_default_excludes;
extern int pe_dll_kill_ats;
extern int pe_dll_stdcall_aliases;
+extern int pe_dll_warn_dup_exports;
+extern int pe_dll_compat_implib;
extern void pe_dll_id_target PARAMS ((const char *));
extern void pe_dll_add_excludes PARAMS ((const char *));