From fef3106c7b8594f390ab8760328c8209cdf84384 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Sat, 31 May 2003 21:18:21 +0000 Subject: 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 --- gcc/doc/passes.texi | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc/doc') 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}, -- cgit v1.1