]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/c-family/c.opt
Makefile.in (c-opts.o, [...]): Update dependencies.
authorNeil Booth <neil@daikokuya.co.uk>
Sat, 31 May 2003 21:18:21 +0000 (21:18 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Sat, 31 May 2003 21:18:21 +0000 (21:18 +0000)
commitfef3106c7b8594f390ab8760328c8209cdf84384
tree4efb771182902702bc32fd8942e4572221f9a440
parent5f90145a64544ef262d1ff6a8ffb178471f688ea
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/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]