diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-13 13:10:51 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-07-13 13:10:51 +0000 |
commit | 94ef14ded273ee194a771452c519e36409f46cb8 (patch) | |
tree | 21b7fb988944d375fd24f4c38f8b5ae527a24bca /gcc/ada/impunit.adb | |
parent | 84173d6855b57b533267ca471cbb8fd7f598ced3 (diff) | |
download | gcc-94ef14ded273ee194a771452c519e36409f46cb8.tar.gz |
2009-07-13 Thomas Quinot <quinot@adacore.com>
* s-oscons-tmplt.c: Add comment.
2009-07-13 Robert Dewar <dewar@adacore.com>
* sinfo.adb, sinfo.ads, sem_util.adb, atree.adb, atree.ads: Minor
reformatting. Minor code reorganization (add 9 argument version of
Nkind_In).
* impunit.adb: Remove s-os_lib from list of system extensions.
* sem_util.ads: Minor reformatting
* output.adb: Add warnings off/on around System.OS_Lib.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149583 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/impunit.adb')
-rw-r--r-- | gcc/ada/impunit.adb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/ada/impunit.adb b/gcc/ada/impunit.adb index c8d3fd10cf8..4cf3e0c01a5 100644 --- a/gcc/ada/impunit.adb +++ b/gcc/ada/impunit.adb @@ -327,7 +327,6 @@ package body Impunit is "s-addima", -- System.Address_Image "s-assert", -- System.Assertions "s-memory", -- System.Memory - "s-os_lib", -- System.Os_Lib "s-parint", -- System.Partition_Interface "s-pooglo", -- System.Pool_Global "s-pooloc", -- System.Pool_Local |