aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2003-05-31 21:18:21 +0000
committerNeil Booth <neil@gcc.gnu.org>2003-05-31 21:18:21 +0000
commitfef3106c7b8594f390ab8760328c8209cdf84384 (patch)
tree4efb771182902702bc32fd8942e4572221f9a440 /gcc/doc
parent5f90145a64544ef262d1ff6a8ffb178471f688ea (diff)
downloadgcc-fef3106c7b8594f390ab8760328c8209cdf84384.zip
gcc-fef3106c7b8594f390ab8760328c8209cdf84384.tar.gz
gcc-fef3106c7b8594f390ab8760328c8209cdf84384.tar.bz2
Makefile.in (c-opts.o, [...]): Update dependencies.
* Makefile.in (c-opts.o, c-options.h): Update dependencies. * c-opts.c: Include c-options.h and c-options.c. (CL_C_ONLY, CL_OBJC_ONLY, CL_CXX_ONLY, CL_OBJCXX_ONLY): Rename CL_C, CL_OBJC, CL_CXX, CL_OBJCXX. (CL_ARG, CL_ALL, COMMAND_LINE_OPTIONS, struct cl_option, OPT, opt_comp): Remove. (missing_arg, c_common_init_options, c_common_decode_option, write_langs): Update for macro redefinitions and enumeration name changes. * c.opt, opts.sh: New files. * doc/passes.texi: Update. From-SVN: r67278
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/passes.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi
index 0de28bb..553eae9 100644
--- a/gcc/doc/passes.texi
+++ b/gcc/doc/passes.texi
@@ -87,6 +87,7 @@ the other C-like languages: @file{c-common.c},
@file{c-cppbuiltin.c},
@file{c-common.h},
@file{c-dump.h},
+@file{c.opt},
@file{c-incpath.h}
and
@file{c-pragma.h},