diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-22 11:57:03 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2009-04-22 11:57:03 +0200 |
commit | 1ef4d0a80a0f685d97c032717c90032f9793f3af (patch) | |
tree | f6c48168660afba6763dcb54837b600ff4e8f36e /gcc/ada/s-stalib.ads | |
parent | 1cb46af046435fde79f3b2cf351e2bfc654d8422 (diff) | |
download | gcc-1ef4d0a80a0f685d97c032717c90032f9793f3af.zip gcc-1ef4d0a80a0f685d97c032717c90032f9793f3af.tar.gz gcc-1ef4d0a80a0f685d97c032717c90032f9793f3af.tar.bz2 |
[multiple changes]
2009-04-22 Robert Dewar <dewar@adacore.com>
* lib-load.adb: Minor reformatting
2009-04-22 Arnaud Charlet <charlet@adacore.com>
* s-bitops.adb, s-bitops.ads (Raise_Error): Do not use Ada 05 syntax,
since this unit is now part of bootstrap units, so must use Ada 95
syntax only.
2009-04-22 Thomas Quinot <quinot@adacore.com>
* a-tasatt.adb: Minor reformatting
2009-04-22 Bob Duff <duff@adacore.com>
* s-stalib.ads: Remove "with System;" since we're inside System, so
it's unnecessary.
2009-04-22 Vincent Celier <celier@adacore.com>
* prj-nmsc.adb (Add_Source): Always put the dependency file name in
the source record, as there may be a dependency file even if no object
file is created.
From-SVN: r146558
Diffstat (limited to 'gcc/ada/s-stalib.ads')
-rw-r--r-- | gcc/ada/s-stalib.ads | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/s-stalib.ads b/gcc/ada/s-stalib.ads index fb58642..d77da26 100644 --- a/gcc/ada/s-stalib.ads +++ b/gcc/ada/s-stalib.ads @@ -50,7 +50,6 @@ pragma Polling (Off); -- We must turn polling off for this unit, because otherwise we get -- elaboration circularities with Ada.Exceptions if polling is on. -with System; with Ada.Unchecked_Conversion; package System.Standard_Library is |