diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-25 16:30:10 +0100 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2014-02-25 16:30:10 +0100 |
commit | 7b27e18398d1feefb4d30dbc127258b703676a17 (patch) | |
tree | 74683ca77f0ff3b7df848f0e954982594591e3ab /gcc/ada/snames.ads-tmpl | |
parent | 9972d439b8dd8d37284fc1bcd41f32ec43c1e2c4 (diff) | |
download | gcc-7b27e18398d1feefb4d30dbc127258b703676a17.zip gcc-7b27e18398d1feefb4d30dbc127258b703676a17.tar.gz gcc-7b27e18398d1feefb4d30dbc127258b703676a17.tar.bz2 |
[multiple changes]
2014-02-25 Robert Dewar <dewar@adacore.com>
* gnat_rm.texi: Update "Standard Library Routines" chapter to
include all 2012 packages.
Add section on pragma Reviewable.
* sem_ch5.adb (Diagnose_Non_Variable_Lhs): Avoid wrong msgs if
expander off.
* exp_ch9.ads, exp_dist.adb, exp_dist.ads: Minor reformatting.
* sem_ch6.adb (Assert_False): New function
(Check_Statement_Sequence): Call Assert_False to check for
pragma Assert (False) which is considered OK block of control
for function.
* snames.ads-tmpl (Name_False): New entry.
2014-02-25 Doug Rupp <rupp@adacore.com>
* init.c (VxWorks Section): Enable sigtramp for ARM.
* sigtramp-armvxw.c: New file.
From-SVN: r208142
Diffstat (limited to 'gcc/ada/snames.ads-tmpl')
-rw-r--r-- | gcc/ada/snames.ads-tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/snames.ads-tmpl b/gcc/ada/snames.ads-tmpl index 876ac04..76300a9 100644 --- a/gcc/ada/snames.ads-tmpl +++ b/gcc/ada/snames.ads-tmpl @@ -237,6 +237,7 @@ package Snames is Name_Const : constant Name_Id := N + $; Name_Error : constant Name_Id := N + $; + Name_False : constant Name_Id := N + $; Name_Go : constant Name_Id := N + $; Name_Put : constant Name_Id := N + $; Name_Put_Line : constant Name_Id := N + $; |