exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec...
authorThomas Quinot <quinot@adacore.com>
Fri, 18 Mar 2005 11:49:26 +0000 (12:49 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Fri, 18 Mar 2005 11:49:26 +0000 (12:49 +0100)
commita77842bdf959270baae1ec9f7d82a3217a083a56
tree7cb890101cd69f15c9c050917024b75c2e82a801
parent2ccf2fb35ea3eda056496c378fc5d07d363e0407
exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec...

2005-03-17  Thomas Quinot  <quinot@adacore.com>

* exp_dist.adb (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
spec, to make this predicate available to other units.

* rtsfind.adb (Check_RPC): Use Sem_Dist.Get_PCS_Name instead of
reimplementing it.

* sem_ch8.adb: Disable expansion of remote access-to-subprogram types
when no distribution runtime library is available.

* sem_res.adb, sem_dist.adb: Disable expansion of remote
access-to-subprogram types when no distribution runtime library is
available.
(Get_PCS_Name): Move from Exp_Dist body to Sem_Dist spec, to make this
predicate available to other units.

* sem_dist.ads (Get_PCS_Name): Move from Exp_Dist body to Sem_Dist
spec, to make this predicate available to other units.

From-SVN: r96668
gcc/ada/exp_dist.adb
gcc/ada/rtsfind.adb
gcc/ada/sem_ch8.adb
gcc/ada/sem_dist.adb
gcc/ada/sem_dist.ads
gcc/ada/sem_res.adb