OSDN Git Service

* protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 1999 07:37:40 +0000 (07:37 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 2 Sep 1999 07:37:40 +0000 (07:37 +0000)
        needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29052 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/protoize.c

index 72325f3..1a63096 100644 (file)
@@ -1,3 +1,8 @@
+Thu Sep  2 01:35:50 1999  Marc Espie <espie@cvs.openbsd.org>
+
+       * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
+       needed.
+
 Thu Sep  2 00:43:59 1999  Finn Hakansson  <finn@axis.com>
 
        * combine.c (simplify_shift_const): Remove extra semicolon.
index 968b17d..0f1b31a 100644 (file)
@@ -2085,10 +2085,9 @@ gen_aux_info_file (base_filename)
   {
     char *errmsg_fmt, *errmsg_arg;
     int wait_status, pid;
-    char *temp_base = choose_temp_base ();
 
     pid = pexecute (compile_params[0], (char * const *) compile_params,
-                   pname, temp_base, &errmsg_fmt, &errmsg_arg,
+                   pname, NULL, &errmsg_fmt, &errmsg_arg,
                    PEXECUTE_FIRST | PEXECUTE_LAST | PEXECUTE_SEARCH);
 
     if (pid == -1)