From: Eric Botcazou Date: Sun, 25 Jun 2006 10:33:10 +0000 (+0000) Subject: Move entry to proper file. X-Git-Tag: releases/gcc-4.2.0~2280 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8df7d4395aea856c396996e16c8b2986041b11f1;p=thirdparty%2Fgcc.git Move entry to proper file. From-SVN: r114984 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fdfe042e81a8..6c8caa052c94 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 PR target/27789 diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index e083ce3197fe..9524989e84aa 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2006-06-23 Olivier Hainque + + * 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 Eric Botcazou