diff options
author | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-26 09:42:04 +0000 |
---|---|---|
committer | charlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-01-26 09:42:04 +0000 |
commit | b6250473dcec4daa0acfc2971c697e2d384effd6 (patch) | |
tree | a7c7f6dd56455799bb7e32780d5f809be7a4beb6 /gcc/ada/s-stchop-vxworks.adb | |
parent | 647ee0e489b8aa986af6be640879f3d4aed293b0 (diff) | |
download | gcc-b6250473dcec4daa0acfc2971c697e2d384effd6.tar.gz |
2010-01-26 Robert Dewar <dewar@adacore.com>
* s-commun.ads, s-osprim-mingw.adb, s-stchop-vxworks.adb, sem_aggr.adb,
s-vxwext.adb, sem_ch10.adb, sem_eval.adb, sem_prag.adb: Minor
reformatting.
2010-01-26 Vasiliy Fofanov <fofanov@adacore.com>
* g-regist.adb, g-regist.ads (For_Every_Key): New generic procedure
that allows to iterate over all subkeys of a key.
2010-01-26 Ed Falis <falis@adacore.com>
* sysdep.c: enable NFS for VxWorks MILS
* env.c: enable __gnat_environ for VxWorks MILS
* gcc-interface/Makefile.in: Add VxWorks MILS target pairs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156233 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-stchop-vxworks.adb')
-rw-r--r-- | gcc/ada/s-stchop-vxworks.adb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/s-stchop-vxworks.adb b/gcc/ada/s-stchop-vxworks.adb index 152dc920bcf..ffdba814a43 100644 --- a/gcc/ada/s-stchop-vxworks.adb +++ b/gcc/ada/s-stchop-vxworks.adb @@ -29,9 +29,10 @@ -- -- ------------------------------------------------------------------------------ --- This is the VxWorks version of this package. +-- This is the verson for VxWorks 5 and VxWorks MILS + -- This file should be kept synchronized with the general implementation --- provided by s-stchop.adb. This version is for VxWorks 5 and VxWorks MILS. +-- provided by s-stchop.adb. pragma Restrictions (No_Elaboration_Code); -- We want to guarantee the absence of elaboration code because the |