gcc.c: Fix commentary describing %g, %u, %U, and %O.

* gcc.c: Fix commentary describing %g, %u, %U, and %O.
        * gcc.c (do_spec_1): Fix support for %O so the
        temporary file name made for it the first time
        gets reused subsequently.

From-SVN: r21449
This commit is contained in:
Craig Burley 1998-07-28 15:33:41 -06:00 committed by Jeff Law
parent 8fb08bdddf
commit e67ac8e6ee
1 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,11 @@
Tue Jul 28 22:31:12 1998 Craig Burley <burley@gnu.org>
* gcc.c: Fix commentary describing %g, %u, %U, and %O.
* gcc.c (do_spec_1): Fix support for %O so the
temporary file name made for it the first time
gets reused subsequently.
1998-07-28 Vladimir N. Makarov <vmakarov@cygnus.com>
* cse.c (cse_insn): Enable subsitution inside libcall only for REG,