From: Eric Botcazou Date: Sat, 14 Sep 2013 08:44:25 +0000 (+0000) Subject: Fix glitches X-Git-Tag: upstream/12.2.0~67882 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20442b36c457fcf2cb7039f3b18c6aa7c81f3f4e;p=platform%2Fupstream%2Fgcc.git Fix glitches From-SVN: r202589 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 85cd3c6..c18f054 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,9 +1,9 @@ -2013-10-13 Dominique Dhumieres +2013-09-13 Dominique Dhumieres * gcc-interface/Makefile.in: Fix darwin Filter to match on $target_os, not $target_cpu. -2013-10-11 Thomas Schwinge +2013-09-11 Thomas Schwinge Olivier Hainque * gcc-interface/Makefile.in: Import target_cpu, target_vendor, @@ -659,7 +659,7 @@ node for subsequent checks, because the rewriting of the node does not take place during pre-analysis. - 2013-07-08 Robert Dewar +2013-07-08 Robert Dewar * sem_ch8.adb, exp_ch3.adb: Minor reformatting.