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
commitf065b4d07906d16cdb08da9799bb3a0c62014a25 (patch)
tree1d597846b44186cf7b1d64c07a633684529af7a4 /ld/pe-dll.h
parent705ac5c4a2177a771c6b8f634ac45bfa24e0da21 (diff)
downloadbinutils-redhat-f065b4d07906d16cdb08da9799bb3a0c62014a25.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 b33a3781fd..cf9e84a237 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 *));