* emultempl/pe.em (gld_i386_list_options): list dll-specific options.
authorDJ Delorie <dj@redhat.com>
Mon, 9 Nov 1998 22:58:45 +0000 (22:58 +0000)
committerDJ Delorie <dj@redhat.com>
Mon, 9 Nov 1998 22:58:45 +0000 (22:58 +0000)
ld/ChangeLog
ld/emultempl/pe.em

index 697225a54332a5d53910024d88959176e0a82972..a9ac62511498fda97ec5dd181b692ae5706969c1 100644 (file)
@@ -11,6 +11,8 @@ Mon Nov  9 16:41:30 1998  DJ Delorie  <dj@cygnus.com>
        DEF files do this)
        * ldint.texinfo: add section for emulation walkthrough
        * Makefile.am: add new files and target-specific extra files
+       * emultempl/pe.em (gld_i386_list_options): list dll-specific
+       options.
        
 Wed Nov  4 16:39:18 1998  Nick Clifton  <nickc@cygnus.com>
 
index 029db8a75c28c9a2de8b6597bd3f1278aea2fe64..dafd7eeff8b5f64268ab8721330d1f6873123047 100644 (file)
@@ -193,6 +193,11 @@ gld_${EMULATION_NAME}_list_options (file)
   fprintf (file, _("  --stack <size>                     Set size of the initial stack\n"));
   fprintf (file, _("  --subsystem <name>[:<version>]     Set required OS subsystem [& version]\n"));
   fprintf (file, _("  --support-old-code                 Support interworking with old code\n"));
+  fprintf (file, _("  --output-def <file>                Generate a .DEF file for the built DLL\n"));
+  fprintf (file, _("  --export-all-symbols               Automatically export all globals to DLL\n"));
+  fprintf (file, _("  --exclude-symbols sym,sym,...      Exclude symbols from automatic export\n"));
+  fprintf (file, _("  --kill-at                          Remove @nn from exported symbols\n"));
+  fprintf (file, _("  --add-stdcall-alias                Export symbols with and without @nn\n"));
 }
 
 static void