diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-31 21:18:21 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-31 21:18:21 +0000 |
commit | 803894d27e085b7c5ea6fafa4206753c200dbc17 (patch) | |
tree | 4efb771182902702bc32fd8942e4572221f9a440 /gcc/doc/passes.texi | |
parent | 1161202f8decf7dec4ceca14586a1bc7ce57a85a (diff) | |
download | ppe42-gcc-803894d27e085b7c5ea6fafa4206753c200dbc17.tar.gz ppe42-gcc-803894d27e085b7c5ea6fafa4206753c200dbc17.zip |
* 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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67278 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/passes.texi')
-rw-r--r-- | gcc/doc/passes.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 0de28bbb8ce..553eae9d921 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}, |