diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-07 16:22:41 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-07 16:22:41 +0000 |
commit | d21d78324d2f307a79cf1b8eb7759c2d93d96744 (patch) | |
tree | e9b2f6cbd742a2692a34820f716babe65fa10464 /gcc/ada/s-secsta.ads | |
parent | 9b57ed9f90cd5e7baf86a51bf37121361c6ac4b7 (diff) | |
download | gcc-d21d78324d2f307a79cf1b8eb7759c2d93d96744.tar.gz |
2009-04-07 Bob Duff <duff@adacore.com>
* s-secsta.ads, g-pehage.ads, s-fileio.ads: Minor comment fixes
2009-04-07 Bob Duff <duff@adacore.com>
* gnat_rm.texi, s-fileio.adb (System.File_IO.Open): New feature: A
Form parameter of Text_Translation=No allows binary mode for Text_IO
files.
* gnat_rm.texi: Document Form parameter Text_Translation=xxx.
2009-04-07 Javier Miranda <miranda@adacore.com>
* exp_ch5.adb (Expand_Assign_Array): Add implicit conversion when
processing the bounds for bit packed arrays or VM target machines.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145691 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-secsta.ads')
-rw-r--r-- | gcc/ada/s-secsta.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-secsta.ads b/gcc/ada/s-secsta.ads index 4e39e224210..22fbd882a11 100644 --- a/gcc/ada/s-secsta.ads +++ b/gcc/ada/s-secsta.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2007, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -60,7 +60,7 @@ package System.Secondary_Stack is -- -- Otherwise (Sec_Stack_Ratio between 0 and 100), Stk is an IN parameter -- that is already pointing to a Stack_Id. The secondary stack in this case - -- is fixed, and any attempt to allocated more than the initial size will + -- is fixed, and any attempt to allocate more than the initial size will -- result in a Storage_Error being raised. -- -- Note: the reason that Stk is passed is that SS_Init is called before |