summaryrefslogtreecommitdiff
path: root/gcc/ada/s-os_lib.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-24 17:16:08 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2014-02-24 17:16:08 +0000
commite95e2e9f3a0c6ac5bb28e66910752d41399fd371 (patch)
tree15592e213f8216b3315f3437ce2fc40d6e90257a /gcc/ada/s-os_lib.ads
parent021bbd2bc16b248944b941371406f084199dc798 (diff)
downloadgcc-e95e2e9f3a0c6ac5bb28e66910752d41399fd371.tar.gz
2014-02-24 Thomas Quinot <quinot@adacore.com>
* s-os_lib.ads: Update comment. 2014-02-24 Ed Schonberg <schonberg@adacore.com> * sem_ch6.adb (Analyze_Expression_Function): Use sloc of original defining identifiers in parameter specifications for body. They may differ from parameter specification itself if a list of identifiers appears in the tree and is expanded by parser. 2014-02-24 Ed Schonberg <schonberg@adacore.com> * par-ch3.adb (P_Basic_Declarative_Items): If an improper body appears in a list of basic declarations, complete the tree with an empty statement list, to prevent cascaded errors and crashes if semantic analysis is attempted. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208090 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-os_lib.ads')
-rw-r--r--gcc/ada/s-os_lib.ads3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/ada/s-os_lib.ads b/gcc/ada/s-os_lib.ads
index 92bf50c8d2f..274810e0ddb 100644
--- a/gcc/ada/s-os_lib.ads
+++ b/gcc/ada/s-os_lib.ads
@@ -48,6 +48,9 @@
-- be used by other predefined packages. User access to this package is via
-- a renaming of this package in GNAT.OS_Lib (file g-os_lib.ads).
+-- Note: a distinct body for this spec is included in the .NET runtime library
+-- and must be kept in sync with changes made in this file.
+
pragma Compiler_Unit;
with System;