summaryrefslogtreecommitdiff
path: root/gcc/ada/sem_attr.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/sem_attr.ads')
-rw-r--r--gcc/ada/sem_attr.ads39
1 files changed, 2 insertions, 37 deletions
diff --git a/gcc/ada/sem_attr.ads b/gcc/ada/sem_attr.ads
index ccbc3f49d4c..47be4b1851d 100644
--- a/gcc/ada/sem_attr.ads
+++ b/gcc/ada/sem_attr.ads
@@ -6,9 +6,9 @@
-- --
-- S p e c --
-- --
--- $Revision: 1.26 $
+-- $Revision$
-- --
--- Copyright (C) 1992-1999, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2002, 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- --
@@ -209,7 +209,6 @@ package Sem_Attr is
-- value indicating whether or not the body of the designated library
-- unit has been elaborated yet.
-
--------------
-- Enum_Rep --
--------------
@@ -305,29 +304,6 @@ package Sem_Attr is
-- This attribute is identical to the Object_Size attribute. It is
-- provided for compatibility with the DEC attribute of this name.
- ----------------------------
- -- Max_Interrupt_Priority --
- ----------------------------
-
- Attribute_Max_Interrupt_Priority => True,
- --
- -- Standard'Max_Interrupt_Priority (Standard is the only permissible
- -- prefix), provides the value System.Max_Interrupt_Priority, and is
- -- intended primarily for constructing this definition in package
- -- System (see note above in Default_Bit_Order description}. This
- -- is a static attribute.
-
- ------------------
- -- Max_Priority --
- ------------------
-
- Attribute_Max_Priority => True,
- --
- -- Standard'Max_Priority (Standard is the only permissible prefix)
- -- provides the value System.Max_Priority, and is intended primarily
- -- for constructing this definition in package System (see note above
- -- in Default_Bit_Order description). This is a static attribute.
-
-----------------------
-- Maximum_Alignment --
-----------------------
@@ -431,17 +407,6 @@ package Sem_Attr is
-- for constructing this definition in package System (see note above
-- in Default_Bit_Order description). The is a static attribute.
- ----------
- -- Tick --
- ----------
-
- Attribute_Tick => True,
- --
- -- Standard'Tick (Standard is the only permissible prefix) provides
- -- the value System.Tick, and is intended primarily for constructing
- -- this definition in package System (see note above in description
- -- of Default_Bit_Order). This is a static attribute.
-
----------------
-- To_Address --
----------------