This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r138407 - in /trunk/gcc/ada: bindgen.adb gnat_r...
- From: charlet at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 31 Jul 2008 13:27:47 -0000
- Subject: r138407 - in /trunk/gcc/ada: bindgen.adb gnat_r...
Author: charlet
Date: Thu Jul 31 13:27:47 2008
New Revision: 138407
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138407
Log:
2008-07-31 Hristian Kirtchev <kirtchev@adacore.com>
* bindgen.adb Comment reformatting. Update the list of run-time globals.
(Gen_Adainit_Ada): Add the declaration, import and value set for
configuration flag Canonical_Streams.
(Gen_Adainit_C): Add the declaration and initial value of external
symbol __gl_canonical_streams.
* init.c: Update the list of global values computed by the binder.
* opt.ads: Add flag Canonical_Streams.
* par-prag.adb (Prag): Include Pragma_Canonical_Streams to the list of
semantically handled pragmas.
* sem_prag.adb: Add an entry into enumeration type Sig_Flags.
(Analyze_Pragma): Add case for pragma Canonical_Streams.
* snames.adb: Add character value for name Canonical_Streams.
* snames.ads:
Add Name_Canonical_Streams to the list of configuration pragmas.
Add Pragma_Canonical_Streams to enumeration type Pragma_Id.
* snames.h: Add a definition for Pragma_Canonical_Streams.
* s-ststop.adb:
Add a flag and import to seize the value of external symbol
__gl_canonical_streams. Update comment and initial value of constant
Use_Block_IO.
* gnat_rm.texi: Add section of pragma Canonical_Streams.
* gnat_ugn.texi:
Add pragma Canonical_Streams to the list of configuration pragmas.
Modified:
trunk/gcc/ada/bindgen.adb
trunk/gcc/ada/gnat_rm.texi
trunk/gcc/ada/gnat_ugn.texi
trunk/gcc/ada/init.c
trunk/gcc/ada/opt.ads
trunk/gcc/ada/par-prag.adb
trunk/gcc/ada/s-ststop.adb
trunk/gcc/ada/sem_prag.adb
trunk/gcc/ada/snames.adb
trunk/gcc/ada/snames.ads
trunk/gcc/ada/snames.h