Fix uses of old-style date format in ChangeLog (Jan Hubicka, twice).

From-SVN: r72306
This commit is contained in:
Nathanael Nerode 2003-10-10 17:46:47 +00:00
parent 0541c6d9b9
commit 6202cc89e4

View File

@ -1160,7 +1160,7 @@
switch statement to pick the correct REAL_VALUE_TO_TARGET_*
macro.
Mon Sep 29 22:59:05 CEST 2003 Jan Hubicka <jh@suse.cz>
2003-09-29 Jan Hubicka <jh@suse.cz>
PR c++/12175
* varasm.c (notice_global_symbol): Discard external symbols.
@ -1183,7 +1183,7 @@ Mon Sep 29 22:59:05 CEST 2003 Jan Hubicka <jh@suse.cz>
* fold-const.c (fold): Fold (A & ~B) - (A & B) into
(A ^ B) - B, where B is any power of 2 minus 1.
Mon Sep 29 19:05:46 CEST 2003 Jan Hubicka <jh@suse.cz>
2003-09-29 Jan Hubicka <jh@suse.cz>
* libgcov.c (gcov_exit): Fix two pastos.