From: Arnaud Charlet Date: Wed, 30 Jul 2008 17:39:56 +0000 (+0200) Subject: Resync. X-Git-Tag: releases/gcc-4.4.0~3618 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2a9cc4de004bb6dbf2cfa89293f83b7feb40cc00;p=thirdparty%2Fgcc.git Resync. From-SVN: r138332 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 09ed93ae7ef9..b000c134db64 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,24 @@ +2008-07-30 Robert Dewar + + * exp_ch9.adb: Minor reformatting + + * exp_util.ads (Find_Prim_Op): Document that Program_Error is raised + if no primitive operation is found. + + * exp_util.adb: (Find_Prim_Op): Add comments for previous change + + * sem_ch8.adb: Minor reformatting + +2008-07-30 Laurent Pautet + + * g-pehage.adb: + Remove a limitation on the length of the words handled by the minimal + perfect hash function generator. + + * g-pehage.ads: + Detail the use of subprograms Insert, Initialize, Compute and Finalize. + Fix some typos. + 2008-07-30 Robert Dewar * gnatlink.adb: Minor reformatting