aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch11.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 15:53:40 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2014-07-31 15:53:40 +0200
commit802118024ce85af98c40e5b354041a52d991493a (patch)
tree586469f31210d053058fb0b01c5e8a8fd796648b /gcc/ada/exp_ch11.ads
parent3f1be5bec33bbf2131d80a33d782ccca5882f7ba (diff)
downloadgcc-802118024ce85af98c40e5b354041a52d991493a.zip
gcc-802118024ce85af98c40e5b354041a52d991493a.tar.gz
gcc-802118024ce85af98c40e5b354041a52d991493a.tar.bz2
[multiple changes]
2014-07-31 Arnaud Charlet <charlet@adacore.com> * einfo.adb: Remove VMS specific code. * exp_attr.adb: Remove VAX specific code. * set_targ.adb: Remove handling of VAX_Float. * sem_vfpt.adb: Remove references to Vax_Native. * sem_attr.adb (Is_VAX_Float): Remove ref to VAX_Native. 2014-07-31 Robert Dewar <dewar@adacore.com> * sem_ch4.adb: Minor reformatting. From-SVN: r213371
Diffstat (limited to 'gcc/ada/exp_ch11.ads')
-rw-r--r--gcc/ada/exp_ch11.ads7
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ada/exp_ch11.ads b/gcc/ada/exp_ch11.ads
index 5fd123e..ab93d5d 100644
--- a/gcc/ada/exp_ch11.ads
+++ b/gcc/ada/exp_ch11.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2013, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -83,11 +83,6 @@ package Exp_Ch11 is
-- the Rcheck procedure for Code. The name is appended to Namet.Name_Buffer
-- without the __gnat_rcheck_ prefix.
- function Is_Non_Ada_Error (E : Entity_Id) return Boolean;
- -- This function is provided for Gigi use. It returns True if operating on
- -- VMS, and the argument E is the entity for System.Aux_Dec.Non_Ada_Error.
- -- This is used to generate the special matching code for this exception.
-
procedure Possible_Local_Raise (N : Node_Id; E : Entity_Id);
-- This procedure is called whenever node N might cause the back end
-- to generate a local raise for a local Constraint/Program/Storage_Error