diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-04 23:44:03 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-04 23:44:03 +0000 |
commit | 870df5dcbc9c012aaf8b59fb97ba5ba045d66f98 (patch) | |
tree | 9e3afa8c5d6a1f715fcd7d22ab2bce627371d34b /ld/pe-dll.h | |
parent | a6483292c26c4ad8e8f19a3207b70585087a5a4a (diff) | |
download | fsf-binutils-gdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.zip fsf-binutils-gdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.tar.gz fsf-binutils-gdb-870df5dcbc9c012aaf8b59fb97ba5ba045d66f98.tar.bz2 |
Applied Mumit Kha's patch to tweak dll production code.
Diffstat (limited to 'ld/pe-dll.h')
-rw-r--r-- | ld/pe-dll.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ld/pe-dll.h b/ld/pe-dll.h index b33a378..cf9e84a 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 *)); |