OSDN Git Service

2008-03-26 Javier Miranda <miranda@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2008 07:39:28 +0000 (07:39 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 Mar 2008 07:39:28 +0000 (07:39 +0000)
commit70966f505556a8c259831256d2cfbc0f15d9b9c3
tree7ae8cf02935905b94067f0e761054b09b433d9e3
parentacf97c1176abc4bfda6f960b4de65efa8492354e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133565 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/exp_ch7.adb
gcc/ada/exp_ch9.adb