* gcc.c (do_spec_1): Reset delete_this_arg to zero.

From-SVN: r59495
This commit is contained in:
Douglas B Rupp 2002-11-26 07:03:49 +00:00 committed by Douglas Rupp
parent b0fbe966b1
commit d2dff06bdb
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-11-25 Douglas B Rupp <rupp@gnat.com>
* gcc.c (do_spec_1): Reset delete_this_arg to zero.
2002-11-25 Jason Thorpe <thorpej@wasabisystems.com>
* config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.

View File

@ -4509,6 +4509,7 @@ do_spec_1 (spec, inswitch, soft_matched_part)
obstack_grow (&obstack, temp_filename,
temp_filename_length);
arg_going = 1;
delete_this_arg = 0;
break;
}
}