gcc.c: Fix commentary describing %g, %u, %U, and %O.
authorCraig Burley <burley@gnu.org>
Tue, 28 Jul 1998 21:33:41 +0000 (15:33 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 28 Jul 1998 21:33:41 +0000 (15:33 -0600)
        * 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

gcc/ChangeLog

index 498879e..ec27e61 100644 (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,