This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r146951 - in /trunk/gcc/ada: ChangeLog rtsfind....
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 29 Apr 2009 10:54:12 -0000
- Subject: r146951 - in /trunk/gcc/ada: ChangeLog rtsfind....
Author: charlet
Date: Wed Apr 29 10:54:12 2009
New Revision: 146951
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146951
Log:
2009-04-29 Ed Schonberg <schonberg@adacore.com>
* sinfo.ads, sinfo.adb: New attribute Next_Implicit_With, to chain
with_clauses generated for the same unit through rtsfind, and that
appear in the context of different units.
* rtsfind.adb: New attribute First_Implicit_With, component of the
Unit_Record that stores information about a unit loaded through rtsfind.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/rtsfind.adb
trunk/gcc/ada/sinfo.adb
trunk/gcc/ada/sinfo.ads