summaryrefslogtreecommitdiff
path: root/gcc/ada/ali.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ali.ads')
-rw-r--r--gcc/ada/ali.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ali.ads b/gcc/ada/ali.ads
index c48d913d8a3..8dc87bb0fad 100644
--- a/gcc/ada/ali.ads
+++ b/gcc/ada/ali.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2014, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2015, 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- --
@@ -302,6 +302,10 @@ package ALI is
-- Indicates presence of RT parameter for a package which has a
-- pragma Remote_Types.
+ Serious_Errors : Boolean;
+ -- Indicates presence of SE parameter indicating that compilation of
+ -- the unit encountered as serious error.
+
Shared_Passive : Boolean;
-- Indicates presence of SP parameter for a package which has a pragma
-- Shared_Passive.