Tweak last entry
authorJeff Law <law@gcc.gnu.org>
Tue, 28 Jul 1998 22:06:42 +0000 (16:06 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 28 Jul 1998 22:06:42 +0000 (16:06 -0600)
From-SVN: r21451

gcc/ChangeLog

index ec27e612996e6c700fc9331d4e1066f30785a33c..1f76bac80bc75fcc9d5a12f5c23a2e4f19e9e7eb 100644 (file)
@@ -2,9 +2,9 @@ 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.
+       * gcc.c (do_spec_1): Fix handling of %g%O and %U%O to prevent
+       them from generating a new base name for each occurence of
+       a specific suffix.
 
 1998-07-28  Vladimir N. Makarov  <vmakarov@cygnus.com>