From: Nathanael Nerode Date: Fri, 10 Oct 2003 17:46:47 +0000 (+0000) Subject: Fix uses of old-style date format in ChangeLog (Jan Hubicka, twice). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6202cc89e47510cfc699b007332df2d0a6db7ef8;p=gcc.git Fix uses of old-style date format in ChangeLog (Jan Hubicka, twice). From-SVN: r72306 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bb6e9bb1647..a9a8523167f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 +2003-09-29 Jan Hubicka 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 * 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 +2003-09-29 Jan Hubicka * libgcov.c (gcov_exit): Fix two pastos.