diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-31 18:05:34 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-10-31 18:05:34 +0000 |
commit | 9f8892b6fbc9ddd3b68e12a67f00e4accda42f44 (patch) | |
tree | 561d401a0a3d44a61ab5f50d57587e5ee2dd5a31 /gcc/ada/rtsfind.adb | |
parent | 63776baf924523c5599ec559c905e3d22e897fbe (diff) | |
download | gcc-9f8892b6fbc9ddd3b68e12a67f00e4accda42f44.tar.gz |
* rtsfind.adb: Remove s-polint from comment as it exists no more.
* rtsfind.ads:
Move entity RE_Get_Active_Partition_Id to package System.DSA_Services.
Move all the entities in obsolete package System.PolyORB_Interface to
System.Partition_Interface.
(RE_Storage_Size): New function in System.Tasking.
(RE_Get_Ceiling): New entity.
(RE_Set_Ceiling): New entity.
(RO_PE_Get_Ceiling): New entity.
(RO_RE_Set_Ceiling): New entity.
(Inherit_CPP_DT): New entity
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118296 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/rtsfind.adb')
-rw-r--r-- | gcc/ada/rtsfind.adb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/ada/rtsfind.adb b/gcc/ada/rtsfind.adb index 892a5b4468e..2ab53d4ecf7 100644 --- a/gcc/ada/rtsfind.adb +++ b/gcc/ada/rtsfind.adb @@ -826,8 +826,7 @@ package body Rtsfind is -- Otherwise we need the check if we are going after one of -- the critical entities in System.RPC in stubs mode. - -- ??? Should we do this for other s-parint/s-polint entities - -- too? + -- ??? Should we do this for other s-parint entities too? if (Distribution_Stub_Mode = Generate_Receiver_Stub_Body or else @@ -1062,7 +1061,7 @@ package body Rtsfind is -- Bump count of violations if we are in configurable run-time -- mode and this is not a continuation message. - if Configurable_Run_Time_Mode and then Msg (1) /= '\' then + if Configurable_Run_Time_Mode and then Msg (Msg'First) /= '\' then Configurable_Run_Time_Violations := Configurable_Run_Time_Violations + 1; end if; |