exp_ch7.adb (Make_Clean): Code cleanup using the new centralized subprogram Correspon...
authorJavier Miranda <miranda@adacore.com>
Wed, 26 Mar 2008 07:39:28 +0000 (08:39 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 26 Mar 2008 07:39:28 +0000 (08:39 +0100)
commitc364d9be816f5f261d0ffaed6f0e87eed57731f4
tree7ae8cf02935905b94067f0e761054b09b433d9e3
parent1923d2d6716bf5c1c45dbe285e0774f05611be05
exp_ch7.adb (Make_Clean): Code cleanup using the new centralized subprogram Corresponding_Runtime_Package...

2008-03-26  Javier Miranda  <miranda@adacore.com>

* exp_ch7.adb (Make_Clean): Code cleanup using the new centralized
subprogram Corresponding_Runtime_Package to know the runtime package
that will provide support to a given protected type.

* exp_ch9.adb (Add_Private_Declarations,
Build_Protected_Subprogram_Call,
Build_Protected_Entry, Build_Simple_Entry_Call,
Expand_N_Protected_Body, Expand_N_Protected_Type_Declaration,
Expand_N_Timed_Entry_Call, Make_Initialize_Protection): Code
cleanup using the new centralized subprogram Corresponding_Runtime
Package to know the runtime package that provides support to
a given protected type.

From-SVN: r133565
gcc/ada/exp_ch7.adb
gcc/ada/exp_ch9.adb