X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=blobdiff_plain;f=gcc%2Fada%2FChangeLog;h=09469ac839bd65cceb8544aa60c339129331a85f;hp=b0d871b7bd4dc14ff3a84b9697ea4e85c74483b1;hb=664dfc7850f8dd5b7dc17da74821abf2be9091b1;hpb=e428f28fdb449d7515777c97442ab897710758be diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index b0d871b7bd4..09469ac839b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,20 @@ +2010-04-07 Eric Botcazou + + * gcc-interface/decl.c (gnat_to_gnu_entity) : Set default + alignment on the RETURN type built for the Copy-In Copy-Out mechanism. + +2010-04-07 Eric Botcazou + + * gcc-interface/trans.c (call_to_gnu): In the return-by-target-ptr case + do not set the result type if there is a specified target and do not + convert the result in any cases. + (protect_multiple_eval): Make direct SAVE_EXPR for CALL_EXPR. + (maybe_stabilize_reference) : Merge with CALL_EXPR. + +2010-03-10 Eric Botcazou + + * gcc-interface/Makefile.in (SPARC/Solaris): Use sparcv8plus. + 2010-02-27 Eric Botcazou PR ada/42253