Commit d2dff06b by Douglas B Rupp Committed by Douglas Rupp

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

From-SVN: r59495
parent b0fbe966
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.
......
......@@ -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;
}
}
......
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