aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/standards.texi
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-03-06 17:14:05 +0000
committerTom Tromey <tromey@gcc.gnu.org>2008-03-06 17:14:05 +0000
commite8645a4001a8d117dd336ea75942aac49101af49 (patch)
treecdfa97fee8a49fae14f14af049306d86c88cd3b4 /gcc/doc/standards.texi
parent3825be8c96775cf8e6fcb5eef04455f07717a5ea (diff)
downloadgcc-e8645a4001a8d117dd336ea75942aac49101af49.zip
gcc-e8645a4001a8d117dd336ea75942aac49101af49.tar.gz
gcc-e8645a4001a8d117dd336ea75942aac49101af49.tar.bz2
MAINTAINERS: Update for treelang deletion.
. * MAINTAINERS: Update for treelang deletion. gcc 2008-03-05 Tom Tromey <tromey@redhat.com> * treelang: Delete. * doc/standards.texi (Standards): Don't mention treelang. * doc/invoke.texi (Overall Options): Don't mention treelang. * doc/install.texi (Prerequisites): Don't mention bison or treelang. (Configuration): Don't mention treelang. (Building): Likewise. * doc/frontends.texi (G++ and GCC): Don't mention treelang. gcc/testsuite * lib/treelang-dg.exp, lib/treelang.exp: Delete. * treelang: Delete. gcc/testsuite/treelang Removed gcc/treelang Removed From-SVN: r132976
Diffstat (limited to 'gcc/doc/standards.texi')
-rw-r--r--gcc/doc/standards.texi10
1 files changed, 1 insertions, 9 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index cd6e82f..c31849c 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2000, 2001, 2002, 2004, 2006, 2007 Free Software Foundation,
+@c Copyright (C) 2000, 2001, 2002, 2004, 2006, 2007, 2008 Free Software Foundation,
@c Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -219,14 +219,6 @@ and
have additional useful information.
@end itemize
-@section Treelang language
-@cindex treelang
-There is no standard for treelang, which is a sample language front end
-for GCC@. Its only purpose is as a sample for people wishing to write a
-new language for GCC@. The language is documented in
-@file{gcc/treelang/treelang.texi} which can be turned into info or
-HTML format.
-
@xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
GNAT Reference Manual}, for information on standard
conformance and compatibility of the Ada compiler.