From 0752a4049e1f3e45d7b712cac5838cf890156ebb Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 4 Jan 2000 23:48:31 +0000 Subject: [PATCH] oops - change omitted from previous delta --- ld/emultempl/pe.em | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index a91caa848f..1ebc0910b3 100644 --- a/ld/emultempl/pe.em +++ b/ld/emultempl/pe.em @@ -247,6 +247,9 @@ gld_${EMULATION_NAME}_list_options (file) fprintf (file, _(" --kill-at Remove @nn from exported symbols\n")); fprintf (file, _(" --out-implib Generate import library\n")); fprintf (file, _(" --output-def Generate a .DEF file for the built DLL\n")); + fprintf (file, _(" --warn-duplicate-exports Warn about duplicate exports.\n")); + fprintf (file, _(" --compat-implib Create backward compatible import libs;\n")); + fprintf (file, _(" create __imp_ as well.\n")); #endif }