From da2f5d14dfc05f9a9527ea3e0700a345857a83bc Mon Sep 17 00:00:00 2001 From: Arnaud Charlet Date: Fri, 22 Aug 2008 14:42:17 +0200 Subject: exp_ch6.ads: Minor comment fix 2008-08-22 Bob Duff * exp_ch6.ads: Minor comment fix From-SVN: r139449 --- gcc/ada/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ gcc/ada/exp_ch6.ads | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index d3a2d4c..4a02aa9 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 99b9576..d69f9d0 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 -- cgit v1.1