* Makefile.in (c-opts.o, c-options.h): Update dependencies.
authorneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 May 2003 21:18:21 +0000 (21:18 +0000)
committerneil <neil@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 31 May 2003 21:18:21 +0000 (21:18 +0000)
commit803894d27e085b7c5ea6fafa4206753c200dbc17
tree4efb771182902702bc32fd8942e4572221f9a440
parent1161202f8decf7dec4ceca14586a1bc7ce57a85a
* 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
gcc/ChangeLog
gcc/Makefile.in
gcc/c-opts.c
gcc/c.opt [new file with mode: 0644]
gcc/doc/passes.texi
gcc/opts.sh [new file with mode: 0644]