diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-04 23:48:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-04 23:48:31 +0000 |
commit | 0752a4049e1f3e45d7b712cac5838cf890156ebb (patch) | |
tree | 7ce2c2a9b0a2cdc5d782757c074099c3a2f6e210 /ld | |
parent | 870df5dcbc9c012aaf8b59fb97ba5ba045d66f98 (diff) | |
download | gdb-0752a4049e1f3e45d7b712cac5838cf890156ebb.zip gdb-0752a4049e1f3e45d7b712cac5838cf890156ebb.tar.gz gdb-0752a4049e1f3e45d7b712cac5838cf890156ebb.tar.bz2 |
oops - change omitted from previous delta
Diffstat (limited to 'ld')
-rw-r--r-- | ld/emultempl/pe.em | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/emultempl/pe.em b/ld/emultempl/pe.em index a91caa8..1ebc091 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 <file> Generate import library\n")); fprintf (file, _(" --output-def <file> 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_<SYMBOL> as well.\n")); #endif } |