diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-21 10:25:12 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-10-21 10:25:12 +0000 |
commit | b3f5eb3697c6ef2083fcbc4df8ff6b0e49e2a435 (patch) | |
tree | 2a508d74f1374d42333372412e84101c8309980d /gcc/ada/s-stalib.ads | |
parent | 3433e9886fdef51d5649998dde683fcfe25764ce (diff) | |
download | gcc-b3f5eb3697c6ef2083fcbc4df8ff6b0e49e2a435.tar.gz |
2010-10-21 Geert Bosch <bosch@adacore.com>
* urealp.adb (UR_Write): Write hexadecimal constants with exponent 1 as
decimal constants, and write any others using the exponent notation.
Minor reformatting throughout
(Store_Ureal_Normalized): New function (minor code reorganization)
2010-10-21 Robert Dewar <dewar@adacore.com>
* einfo.ads, xeinfo.adb: Minor reformatting.
* s-stalib.ads: Minor comment fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165762 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-stalib.ads')
-rw-r--r-- | gcc/ada/s-stalib.ads | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/ada/s-stalib.ads b/gcc/ada/s-stalib.ads index d77da263f16..6b3d8645c63 100644 --- a/gcc/ada/s-stalib.ads +++ b/gcc/ada/s-stalib.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2010, 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- -- @@ -33,11 +33,11 @@ -- are required to be part of every Ada program. A special mechanism is -- required to ensure that these are loaded, since it may be the case in -- some programs that the only references to these required packages are --- from C code or from code generated directly by Gigi, an in both cases +-- from C code or from code generated directly by Gigi, and in both cases -- the binder is not aware of such references. -- System.Standard_Library also includes data that must be present in every --- program, in particular the definitions of all the standard and also some +-- program, in particular data for all the standard exceptions, and also some -- subprograms that must be present in every program. -- The binder unconditionally includes s-stalib.ali, which ensures that this |