From: Arnaud Charlet Date: Fri, 22 Aug 2008 12:42:17 +0000 (+0200) Subject: exp_ch6.ads: Minor comment fix X-Git-Tag: releases/gcc-4.4.0~2954 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da2f5d14dfc05f9a9527ea3e0700a345857a83bc;p=thirdparty%2Fgcc.git exp_ch6.ads: Minor comment fix 2008-08-22 Bob Duff * exp_ch6.ads: Minor comment fix From-SVN: r139449 --- diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d3a2d4c7798f..4a02aa9a27e6 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,37 @@ +2008-08-22 Robert Dewar + + * sem_ch8.adb: Minor reformatting + +2008-08-22 Kevin Pouget + + * s-shasto.ads, s-shasto.adb: Move Shared_Var_ROpen, Shared_Var_WOpen and + Shared_Var_Close procedure specifications from package spec to package body. + + * rtsfind.ads: Remove RE_Shared_Var_Close, RE_Shared_Var_ROpen, + RE_Shared_Var_WOpen entries. + + * exp_dist.adb: Update RE_Any_Content_Ptr to RE_Any_Container_Ptr in + Build_To_Any_Call, Build_TypeCode_Call and Build_From_Any_Call procedures. + +2008-08-22 Eric Botcazou + + * init.c: adjust EH support code on Alpha/Tru64 as well. + + * raise-gcc.c: Add back a couple of comments. + +2008-08-22 Ed Schonberg + + * exp_ch5.adb (Expand_Simple_Function_Return): If secondary stack is + involved and the return type is class-wide, use the type of the expression + for the generated access type. Suppress useless discriminant checks on the + allocator. + +2008-08-22 Bob Duff + + * exp_ch7.adb: Minor comment fix + + * exp_ch6.ads: Minor comment fix + 2008-08-22 Thomas Quinot * sem_ch8.adb: Minor reformatting diff --git a/gcc/ada/exp_ch6.ads b/gcc/ada/exp_ch6.ads index 99b9576e17b9..d69f9d01322c 100644 --- a/gcc/ada/exp_ch6.ads +++ b/gcc/ada/exp_ch6.ads @@ -65,7 +65,7 @@ package Exp_Ch6 is -- caller or callee, and if the callee, whether to use the secondary -- stack or the heap. See Create_Extra_Formals. BIP_Final_List, - -- Present if result type has controlled parts. Pointer to caller's + -- Present if result type needs finalization. Pointer to caller's -- finalization list. BIP_Master, -- Present if result type contains tasks. Master associated with