aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2013-09-14 08:44:25 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2013-09-14 08:44:25 +0000
commit20442b36c457fcf2cb7039f3b18c6aa7c81f3f4e (patch)
tree0ad1044c0cce0ea7c5f118a2695bd98af66fc50e /gcc/ada
parentceb2fc49ce5049ecafd811ca8ba406eadbdba5f8 (diff)
downloadgcc-20442b36c457fcf2cb7039f3b18c6aa7c81f3f4e.zip
gcc-20442b36c457fcf2cb7039f3b18c6aa7c81f3f4e.tar.gz
gcc-20442b36c457fcf2cb7039f3b18c6aa7c81f3f4e.tar.bz2
Fix glitches
From-SVN: r202589
Diffstat (limited to 'gcc/ada')
-rw-r--r--gcc/ada/ChangeLog6
1 files changed, 3 insertions, 3 deletions
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 <dominiq@lps.ens.fr>
+2013-09-13 Dominique Dhumieres <dominiq@lps.ens.fr>
* gcc-interface/Makefile.in: Fix darwin Filter to match on $target_os,
not $target_cpu.
-2013-10-11 Thomas Schwinge <thomas@codesourcery.com>
+2013-09-11 Thomas Schwinge <thomas@codesourcery.com>
Olivier Hainque <hainque@adacore.com>
* 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 <dewar@adacore.com>
+2013-07-08 Robert Dewar <dewar@adacore.com>
* sem_ch8.adb, exp_ch3.adb: Minor reformatting.