diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-01 10:47:27 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-08-01 10:47:27 +0000 |
commit | b9f24e67ccca753dcd167db04c239929542477d2 (patch) | |
tree | 901aa00917dc6e453a022ff13c76ed721ac6fb44 /gcc/ada/snames.adb | |
parent | acf8ff3cc74bf973aa3e4f2a4cde891af96a3c75 (diff) | |
download | gcc-b9f24e67ccca753dcd167db04c239929542477d2.tar.gz |
2008-08-01 Hristian Kirtchev <kirtchev@adacore.com>
* rtsfind.ads: Add block IO versions of stream routines for Strings.
* bindgen.adb, gnat_rm.texi, gnat_ugn.texi, opt.ads,
sem_prag.adb, snames.adb, snames.ads, snames.h,
par-prag.adb: Undo Canonical_Streams related changes.
* s-rident.ads: Add new restriction No_Stream_Optimizations.
* s-ststop.ads, s-ststop.adb: Comment reformatting.
Define enumeration type to designate different IO mechanisms.
Enchance generic package Stream_Ops_Internal to include an
implementation of Input and Output.
* exp_attr.adb (Find_Stream_Subprogram): If restriction
No_Stream_Optimization is active, choose the default byte IO
implementations of stream attributes for Strings.
Otherwise use the corresponding block IO version.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138511 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/snames.adb')
-rw-r--r-- | gcc/ada/snames.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/snames.adb b/gcc/ada/snames.adb index ea14cf116df..d780bc138e4 100644 --- a/gcc/ada/snames.adb +++ b/gcc/ada/snames.adb @@ -183,7 +183,6 @@ package body Snames is "ada_2005#" & "assertion_policy#" & "c_pass_by_copy#" & - "canonical_streams#" & "check_name#" & "check_policy#" & "compile_time_error#" & |