aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2009-06-26 08:41:59 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-06-26 08:41:59 +0000
commitbcade3954a00a9964783f5ed74be2e2e1991eb41 (patch)
treea8ed09482a15e766e330dad4cfaa10719a56986e /gcc
parentc0e1e1087bd9bf719d254a6e4b01d4ce061f33c2 (diff)
downloadgcc-bcade3954a00a9964783f5ed74be2e2e1991eb41.zip
gcc-bcade3954a00a9964783f5ed74be2e2e1991eb41.tar.gz
gcc-bcade3954a00a9964783f5ed74be2e2e1991eb41.tar.bz2
Fix oversight
From-SVN: r148965
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index bb576e8..76c910a 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -22,15 +22,6 @@
2009-06-26 Eric Botcazou <ebotcazou@adacore.com>
- * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Subtype>: Factor
- out common predicate. Use the maximum to compute the upper bound of
- the index type only when it is not wider than sizetype. Perform the
- comparison in the index type for the generic expression. Use real
- precision to decide whether to generate special types for debugging
- information.
-
-2009-06-26 Eric Botcazou <ebotcazou@adacore.com>
-
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Array_Type>: Pass
correct arguments to create_field_decl. Remove redundant iteration.
Rewrite computation of the maximum size.