Commit 34640c87 by Marc Espie Committed by Jeff Law

protoize.c (gen_aux_info_file): Let pexecute call choose_temp_base if needed.

        * protoize.c (gen_aux_info_file):  Let pexecute call choose_temp_base if
        needed.

From-SVN: r29052
parent 456dd999
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> Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
* combine.c (simplify_shift_const): Remove extra semicolon. * combine.c (simplify_shift_const): Remove extra semicolon.
......
...@@ -2085,10 +2085,9 @@ gen_aux_info_file (base_filename) ...@@ -2085,10 +2085,9 @@ gen_aux_info_file (base_filename)
{ {
char *errmsg_fmt, *errmsg_arg; char *errmsg_fmt, *errmsg_arg;
int wait_status, pid; int wait_status, pid;
char *temp_base = choose_temp_base ();
pid = pexecute (compile_params[0], (char * const *) compile_params, 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); PEXECUTE_FIRST | PEXECUTE_LAST | PEXECUTE_SEARCH);
if (pid == -1) if (pid == -1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment