]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Move entry to proper file.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 25 Jun 2006 10:33:10 +0000 (10:33 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 25 Jun 2006 10:33:10 +0000 (10:33 +0000)
From-SVN: r114984

gcc/ChangeLog
gcc/ada/ChangeLog

index fdfe042e81a85967b4f7a85f6a1feff1d372b162..6c8caa052c941d397ea3eaae94bfc39e408c4238 100644 (file)
@@ -29,9 +29,6 @@
        (gimple_add_tmp_var): Use it, forcing variable size to a
        constant upper bound if it is not constant on entry.
 
-       * ada/misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
-       not been able to get a constant upper bound from TYPE_SIZE_UNIT.
-
 2006-06-23  Danny Smith   <dannysmith@users.sourceforge.net>
 
        PR target/27789
index e083ce3197fea879da54225584c5d6b578d1c481..9524989e84aa7d3174a1e8a190780a74d5711356 100644 (file)
@@ -1,3 +1,8 @@
+2006-06-23  Olivier Hainque  <hainque@adacore.com>
+
+       * misc.c (gnat_type_max_size): Look at TYPE_ADA_SIZE if we have
+       not been able to get a constant upper bound from TYPE_SIZE_UNIT.
+
 2006-06-20  James A. Morrison  <phython@gcc.gnu.org>
             Eric Botcazou  <ebotcazou@adacore.com>