aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2002-04-15 20:19:23 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2002-04-15 20:19:23 +0000
commit07cdae91c9e7e8cc31ac231105bdd694bd24d3e7 (patch)
tree86c25b946563991003f1f4c063d07c387679496e /gcc/doc
parent41823c5eb7d4504b6a4a396ca0d64573238fbbcf (diff)
downloadgcc-07cdae91c9e7e8cc31ac231105bdd694bd24d3e7.zip
gcc-07cdae91c9e7e8cc31ac231105bdd694bd24d3e7.tar.gz
gcc-07cdae91c9e7e8cc31ac231105bdd694bd24d3e7.tar.bz2
MAINTAINERS: Remove chill maintainers.
* MAINTAINERS: Remove chill maintainers. * Makefile.in (CHILLFLAGS): Remove. (CHILL_LIB): Remove. (TARGET_CONFIGDIRS): Remove libchill. (CHILL_FOR_TARGET): Remove. (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or CHILL_LIB. (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill. (CHECK_TARGET_MODULES): Likewise. (INSTALL_TARGET_MODULES): Likewise. (CLEAN_TARGET_MODULES): Likewise. (configure-target-libchill): Remove. (all-target-libchill): Remove. * configure.in (target_libs): Remove target-libchill. Do not compute CHILL_FOR_TARGET. * libchill: Remove directory. Remove Chill front end. * gcc.c (default_compilers): Remove Chill entries. * ch: Remove directory. * doc/frontends.texi: Remove information about Chill. * doc/sourcebuild.texi: Likewise. * doc/standards.texi: Likewise. * testsuite/lib/chill.exp: Remove. * g77.texi: Remove Chill reference. * gcc_release (build_tarfiles): Do not build Chill tarfiles. (CHILL_DIRS): Remove. From-SVN: r52327
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/frontends.texi7
-rw-r--r--gcc/doc/sourcebuild.texi3
-rw-r--r--gcc/doc/standards.texi5
3 files changed, 4 insertions, 11 deletions
diff --git a/gcc/doc/frontends.texi b/gcc/doc/frontends.texi
index ffaa9aa..a5efb63 100644
--- a/gcc/doc/frontends.texi
+++ b/gcc/doc/frontends.texi
@@ -4,17 +4,16 @@
@c For copying conditions, see the file gcc.texi.
@node G++ and GCC
-@chapter Compile C, C++, Objective-C, Ada, CHILL, Fortran, or Java
+@chapter Compile C, C++, Objective-C, Ada, Fortran, or Java
@cindex Objective-C
@cindex Fortran
@cindex Java
-@cindex CHILL
@cindex Ada
-Several versions of the compiler (C, C++, Objective-C, Ada, CHILL,
+Several versions of the compiler (C, C++, Objective-C, Ada,
Fortran, and Java) are integrated; this is why we use the name
``GNU Compiler Collection''. GCC can compile programs written in any of these
-languages. The Ada, CHILL, Fortran, and Java compilers are described in
+languages. The Ada, Fortran, and Java compilers are described in
separate manuals.
@cindex GCC
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 832053b..9a14e44 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -50,9 +50,6 @@ language front ends, and test suites. @xref{gcc Directory, , The
@item include
Headers for the @code{libiberty} library.
-@item libchill
-The CHILL runtime library.
-
@item libf2c
The Fortran runtime library.
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 56f6151..78ba072 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -1,4 +1,4 @@
-@c Copyright (C) 2000, 2001 Free Software Foundation, Inc.
+@c Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc.
@c This is part of the GCC manual.
@c For copying conditions, see the file gcc.texi.
@@ -171,9 +171,6 @@ information as well.
GNAT Reference Manual}, for information on standard
conformance and compatibility of the Ada compiler.
-@xref{References,,Language Definition References, chill, GNU Chill},
-for details of the CHILL standard.
-
@xref{Language,,The GNU Fortran Language, g77, Using and Porting GNU
Fortran}, for details of the Fortran language supported by GCC@.