summaryrefslogtreecommitdiff
path: root/gcc/ada/lib-writ.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/lib-writ.ads')
-rw-r--r--gcc/ada/lib-writ.ads20
1 files changed, 1 insertions, 19 deletions
diff --git a/gcc/ada/lib-writ.ads b/gcc/ada/lib-writ.ads
index 3867c5f2643..f6553571c22 100644
--- a/gcc/ada/lib-writ.ads
+++ b/gcc/ada/lib-writ.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2013, 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- --
@@ -818,24 +818,6 @@ package Lib.Writ is
-- The Alfa information follows the SCO information. See the spec of Alfa
-- in file alfa.ads for full details of the format.
- -------------------------------------
- -- T Target Dependent Information --
- -------------------------------------
-
- -- This section is present if the option to generate target dependent
- -- information is present (this flag is set by the -gnatT switch). The
- -- format of T lines is:
-
- -- T key val
-
- -- There is one line for each constant declared in the Ttypes package
-
- -- key is the four letter code (which can be found as a comment on each
- -- of the constant declarations in Ttypes).
-
- -- val is the value of the constant, which is either a non-negative
- -- decimal constant, or TRUE or FALSE for a Boolean value.
-
----------------------
-- Global Variables --
----------------------