diff options
author | Craig Burley <burley@gnu.org> | 1998-07-28 15:33:41 -0600 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-07-28 15:33:41 -0600 |
commit | e67ac8e6ee6ad8aa24429e997b61252b19b17330 (patch) | |
tree | f6c98ee37cd45df4b5f3baf3a58b6eb34856588f /gcc | |
parent | 8fb08bdddfb1f19debb76262e8afb99d39a789ea (diff) | |
download | gcc-e67ac8e6ee6ad8aa24429e997b61252b19b17330.zip gcc-e67ac8e6ee6ad8aa24429e997b61252b19b17330.tar.gz gcc-e67ac8e6ee6ad8aa24429e997b61252b19b17330.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 498879e..ec27e61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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, |