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
This commit is contained in:
Marc Espie 1999-09-02 07:37:40 +00:00 committed by Jeff Law
parent 456dd9992b
commit 34640c8750
2 changed files with 6 additions and 2 deletions

View 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.

View 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)