aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-rident.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-rident.ads')
-rw-r--r--gcc/ada/libgnat/s-rident.ads5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/libgnat/s-rident.ads b/gcc/ada/libgnat/s-rident.ads
index 10d374e..247a968 100644
--- a/gcc/ada/libgnat/s-rident.ads
+++ b/gcc/ada/libgnat/s-rident.ads
@@ -41,6 +41,9 @@
-- so we can do the instantiation under control of Discard_Names to remove
-- the tables.
+-- Note: this unit is used during bootstrap, see ADA_GENERATED_FILES in
+-- gcc-interface/Make-lang.in for details on the constraints.
+
---------------------------------------------------
-- Note On Compile/Run-Time Consistency Checking --
---------------------------------------------------
@@ -69,8 +72,6 @@
-- restrictions are ignored, and the consistency checking for restrictions
-- might be incomplete, which is no big deal.
-pragma Compiler_Unit_Warning;
-
generic
package System.Rident is
pragma Preelaborate;