summaryrefslogtreecommitdiff
path: root/gcc/ada/s-parint.adb
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-27 13:02:12 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2004-10-27 13:02:12 +0000
commitb7b53ba27a8ec8db30d8ce2c0bdaa80a349c59f4 (patch)
tree65d55b1f7ac1e356c1b5541f8c5be613e0c65bda /gcc/ada/s-parint.adb
parent877a38b65a885598f38c861d5b036590d6b3f5cc (diff)
downloadgcc-b7b53ba27a8ec8db30d8ce2c0bdaa80a349c59f4.tar.gz
2004-10-26 Thomas Quinot <quinot@act-europe.fr>
* exp_dist.adb (Build_General_Calling_Stubs): New formal parameter RACW_Type, used in the PolyORB version. Rename RCI_Info to RCI_Locator, for consistency between the PolyORB version and the GARLIC version. * snames.ads, snames.adb, s-parint.ads, s-parint.adb: Rename RCI_Info to RCI_Locator for better consistency between the GARLIC and PolyORB versions of the distributed systems annex. (DSA_Implementation_Name): This enumeration lists the possible implementations of the Partition Communication Subsystem for the Distributed Systems Annex (DSA). The three available implementations are the dummy stub implementation (No_DSA), and two versions based on two different distribution runtime libraries: GARLIC and PolyORB. Both the GARLIC PCS and the PolyORB PCS are part of the GLADE distribution technology. Change the literal GLADE_DSA to GARLIC_DSA to accurately describe that organization. * rtsfind.ads: Rename RCI_Info to RCI_Locator for better consistency between the GARLIC and PolyORB versions of the distributed systems annex. Remove RE_Unbounded_Reclaim_Pool since it is unused. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89652 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-parint.adb')
-rw-r--r--gcc/ada/s-parint.adb10
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/ada/s-parint.adb b/gcc/ada/s-parint.adb
index 89ba39fc1b3..cb9ee4f3c63 100644
--- a/gcc/ada/s-parint.adb
+++ b/gcc/ada/s-parint.adb
@@ -219,11 +219,11 @@ package body System.Partition_Interface is
(Program_Error'Identity, Ada.Exceptions.Exception_Message (E));
end Raise_Program_Error_Unknown_Tag;
- --------------
- -- RCI_Info --
- --------------
+ -----------------
+ -- RCI_Locator --
+ -----------------
- package body RCI_Info is
+ package body RCI_Locator is
-----------------------------
-- Get_Active_Partition_ID --
@@ -254,7 +254,7 @@ package body System.Partition_Interface is
return 0;
end Get_RCI_Package_Receiver;
- end RCI_Info;
+ end RCI_Locator;
------------------------------
-- Register_Passive_Package --