aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-06-15 14:56:32 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-06-15 14:56:32 +0000
commitbe43ab4e01784fedf2cb1eca843783e5eecd3535 (patch)
treebb53c4922fdf27602a271638fead41e6077d92ea /gcc/doc
parent4682ae0463c9fcc254fe1c8ede9da9133a9956bc (diff)
downloadgcc-be43ab4e01784fedf2cb1eca843783e5eecd3535.zip
gcc-be43ab4e01784fedf2cb1eca843783e5eecd3535.tar.gz
gcc-be43ab4e01784fedf2cb1eca843783e5eecd3535.tar.bz2
c-opts.c (lang_flags): Update for new spelling of flags.
* c-opts.c (lang_flags): Update for new spelling of flags. (write_langs): Similarly. * c.opt: Specify languages. * opts.h: Remove languages. * opts.sh: Recognise front-end defined languages. ada: * lang.opt: Declare Ada. * misc.c (gnat_init_options): Update. doc: * sourcebuild.texi: Update. f: * lang.opt: Declare F77. java: * lang.opt: Declare Java. * lang.c (java_init_options): Update. treelang: * lang.opt: Declare Treelang. Update. * tree1.c (treelang_init_options): Update. From-SVN: r67976
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/sourcebuild.texi8
1 files changed, 2 insertions, 6 deletions
diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi
index 0bda374..a079bce 100644
--- a/gcc/doc/sourcebuild.texi
+++ b/gcc/doc/sourcebuild.texi
@@ -450,9 +450,6 @@ Details of source file suffixes for that language and @option{-x
Entries in @code{default_compilers} in @file{gcc.c} for source file
suffixes for that language.
@item
-A bitmask in @file{opts.h} that flags each switch accepted by
-the front end, for example @code{CL_JAVA}.
-@item
Preferably test suites, which may be under @file{gcc/testsuite} or
runtime library directories. FIXME: document somewhere how to write
test suite harnesses.
@@ -605,9 +602,8 @@ Move to the stage directory files not included in @code{stagestuff} in
@item lang.opt
This file registers the set of switches that the front end accepts on
-the command line. The file format is documented in each
-@file{lang.opt} file in the GCC tree. @file{lang.opt} is processed
-by the script @file{opts.sh}.
+the command line. The file format is documented in the file
+@file{c.opt}. These files are processed by the script @file{opts.sh}.
@item lang-options.h
This file provides entries for @code{documented_lang_options} in
@file{toplev.c} describing command-line options the front end accepts