* doc/binutils.texi (dlltool): Document dlltool --temp-prefix
authorDanny Smith <dannysmith@users.sourceforge.net>
Tue, 25 Nov 2003 19:50:04 +0000 (19:50 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Tue, 25 Nov 2003 19:50:04 +0000 (19:50 +0000)
option.
* dlltool.c (usage): Likewise.

binutils/ChangeLog
binutils/dlltool.c
binutils/doc/binutils.texi

index d3461a6db02c49a02d58a18bc6d2bd961c8df1a4..3b73d06ff630e0f06a1ba4b81d8b532a417d06b5 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-25  Danny Smith  <dannysmith@users.sourceforge.net>
+
+       * doc/binutils.texi (dlltool): Document dlltool --temp-prefix
+       option.
+       * dlltool.c (usage): Likewise.
+
 2003-11-22  Ian Lance Taylor  <ian@wasabisystems.com>
 
        * cxxfilt.c (long_options): Add --no-params.
index 1a8de3271538853857deb5445220fd41aeab268c..9d258612cdd7a1dd91662bf3b882f4dd5a2c726d 100644 (file)
@@ -3131,6 +3131,7 @@ usage (FILE *file, int status)
   fprintf (file, _("   -f --as-flags <flags>     Pass <flags> to the assembler.\n"));
   fprintf (file, _("   -C --compat-implib        Create backward compatible import library.\n"));
   fprintf (file, _("   -n --no-delete            Keep temp files (repeat for extra preservation).\n"));
+  fprintf (file, _("   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"));
   fprintf (file, _("   -v --verbose              Be verbose.\n"));
   fprintf (file, _("   -V --version              Display the program version.\n"));
   fprintf (file, _("   -h --help                 Display this information.\n"));
index 858e893878d11c3d15e2b97604bd29d535feaff6..128645cb8944de3a55c9e77c1aadd0088fb3ddb6 100644 (file)
@@ -2846,7 +2846,8 @@ dlltool [@option{-d}|@option{--input-def} @var{def-file-name}]
         [@option{-a}|@option{--add-indirect}] [@option{-U}|@option{--add-underscore}] [@option{-k}|@option{--kill-at}]
         [@option{-A}|@option{--add-stdcall-alias}]
         [@option{-x}|@option{--no-idata4}] [@option{-c}|@option{--no-idata5}] [@option{-i}|@option{--interwork}]
-        [@option{-n}|@option{--nodelete}] [@option{-v}|@option{--verbose}] 
+        [@option{-n}|@option{--nodelete}] [@option{-t}|@option{--temp-prefix} @var{prefix}]
+        [@option{-v}|@option{--verbose}] 
         [@option{-h}|@option{--help}] [@option{-V}|@option{--version}]
         [object-file @dots{}]
 @c man end
@@ -3056,7 +3057,13 @@ between ARM and Thumb code.
 Makes @command{dlltool} preserve the temporary assembler files it used to
 create the exports file.  If this option is repeated then dlltool will
 also preserve the temporary object files it uses to create the library
-file. 
+file.
+
+@item -t @var{prefix}
+@itemx --temp-prefix @var{prefix}
+Makes @command{dlltool} use @var{prefix} when constructing the names of
+temporary assembler and object files.  By default, the temp file prefix
+is generated from the pid.  
 
 @item -v
 @itemx --verbose
This page took 0.039707 seconds and 4 git commands to generate.