]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Tweak last entry.
authorJeff Law <law@gcc.gnu.org>
Tue, 28 Jul 1998 22:07:31 +0000 (16:07 -0600)
committerJeff Law <law@gcc.gnu.org>
Tue, 28 Jul 1998 22:07:31 +0000 (16:07 -0600)
From-SVN: r21452

gcc/ChangeLog

index 717973ba6ba9e600844af9ff129a0d5a0f2c32fa..e3d4a19d15cba06db38426c932a716568ee84f6c 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>