This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r118317 - in /trunk/gcc/ada: s-taprob.adb s-tap...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 18:11:45 -0000
- Subject: r118317 - in /trunk/gcc/ada: s-taprob.adb s-tap...
Author: charlet
Date: Tue Oct 31 18:11:44 2006
New Revision: 118317
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118317
Log:
2006-10-31 Javier Miranda <miranda@adacore.com>
* s-tpoben.ads, s-tpoben.adb, s-taprob.ads, s-taprob.adb
(Get_Ceiling): New subprogram that returns
the ceiling priority of the protected object.
(Set_Ceiling): New subprogram that sets the new ceiling priority of
the protected object.
* s-tarest.adb: (Create_Restricted_Task): Fix potential CE.
* s-taskin.ads, s-taskin.adb: (Storage_Size): New function.
Modified:
trunk/gcc/ada/s-taprob.adb
trunk/gcc/ada/s-taprob.ads
trunk/gcc/ada/s-tarest.adb
trunk/gcc/ada/s-taskin.adb
trunk/gcc/ada/s-taskin.ads
trunk/gcc/ada/s-tpoben.adb
trunk/gcc/ada/s-tpoben.ads