Move entry to proper file.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jun 2006 10:33:10 +0000 (10:33 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 25 Jun 2006 10:33:10 +0000 (10:33 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114984 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/ada/ChangeLog

index fdfe042..6c8caa0 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 e083ce3..9524989 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>