From e67ac8e6ee6ad8aa24429e997b61252b19b17330 Mon Sep 17 00:00:00 2001 From: Craig Burley Date: Tue, 28 Jul 1998 15:33:41 -0600 Subject: [PATCH] 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 --- gcc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 498879e976e..ec27e612996 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 28 22:31:12 1998 Craig Burley + + * 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 * cse.c (cse_insn): Enable subsitution inside libcall only for REG, -- 2.30.2