This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r118315 - in /trunk/gcc/ada: s-restri.adb s-res...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Tue, 31 Oct 2006 18:11:20 -0000
- Subject: r118315 - in /trunk/gcc/ada: s-restri.adb s-res...
Author: charlet
Date: Tue Oct 31 18:11:19 2006
New Revision: 118315
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=118315
Log:
2006-10-31 Arnaud Charlet <charlet@adacore.com>
* s-restri.ads, s-restri.adb: Mark this package as Preelaborate.
Remove elaboration code, now done in the binder.
* s-rident.ads: Make this unit Preelaborate.
(No_Restrictions): New constant used to clean up code and follow
preelaborate constraints.
* s-stalib.adb:
Add System.Restrictions dependence, referenced directly from the
binder generated file.
Modified:
trunk/gcc/ada/s-restri.adb
trunk/gcc/ada/s-restri.ads
trunk/gcc/ada/s-rident.ads
trunk/gcc/ada/s-stalib.adb