s-tasini.adb (Get_Stack_Info): Move this function to System.Soft_Links.Tasking becaus...
authorJose Ruiz <ruiz@adacore.com>
Tue, 14 Aug 2007 08:49:56 +0000 (10:49 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:49:56 +0000 (10:49 +0200)
commitcc8be39eb70e2ce724d6f82fb8847ac458af0428
treea69555713e2d2bdd0f5e4aabfed6cbd2300bc0a0
parent95dd3302c5d38a4ef4fbef1279fb4afcc1523bd2
s-tasini.adb (Get_Stack_Info): Move this function to System.Soft_Links.Tasking because it is common to the...

2007-08-14  Jose Ruiz  <ruiz@adacore.com>

* s-tasini.adb (Get_Stack_Info): Move this function to
System.Soft_Links.Tasking because it is common to the full and the
restricted run times.
(Init_RTS): Do not set the Get_Stack_Info soft link because it is done
in SSL.Tasking.Init_Tasking_Soft_Links.

* s-solita.adb (Get_Stack_Info): Function moved from
System.Tasking.Initialization because it is common to the full and the
restricted run times.
(Init_Tasking_Soft_Links): Set the tasking soft link for Get_Stack_Info.

From-SVN: r127463
gcc/ada/s-solita.adb
gcc/ada/s-tasini.adb