aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-strops.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-strops.ads')
-rw-r--r--gcc/ada/s-strops.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-strops.ads b/gcc/ada/s-strops.ads
index 5d4191d..ca8230d 100644
--- a/gcc/ada/s-strops.ads
+++ b/gcc/ada/s-strops.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2007, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2008, 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- --
@@ -34,6 +34,10 @@
-- This package contains functions for runtime operations on strings
-- (other than runtime comparison, found in s-strcom.ads).
+-- NOTE: This package is obsolescent. It is no longer used by the compiler
+-- which now generates concatenation inline. It is retained only because
+-- it may be used during bootstrapping using old versions of the compiler.
+
pragma Warnings (Off);
pragma Compiler_Unit;
pragma Warnings (On);