]> gcc.gnu.org Git - gcc.git/commit - gcc/c-opts.c
Makefile.in (c-opts.o): Update
authorNeil Booth <neil@daikokuya.co.uk>
Fri, 9 Aug 2002 06:19:08 +0000 (06:19 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Fri, 9 Aug 2002 06:19:08 +0000 (06:19 +0000)
commit4b7091eb623ae501ec646b47f26e84b783043f47
tree2d216c719998f5bc9a35df885c61ae8b14a03fbb
parentf45f9aedfceba18063fe5e8f55ff21cd3239b5b2
Makefile.in (c-opts.o): Update

* Makefile.in (c-opts.o): Update
* c-opts.c: Include intl.h.
(print_help): Move from cppinit.c.  Remove unused options.
(COMMAND_LINE_OPTIONS): Move more from cppinit.c.
(missing_arg): Complain for switches without an argument.
(c_common_decode_option): Reject missing joined arguments.
Handle new switches from cppinit.c.
* cppinit.c (COMMAND_LINE_OPTIONS): Move some switches to c-opts.c.
(cpp_handle_option): Similarly.
(print_help): Moved to c-opts.c.
* cpplib.h (struct cpp_options): Remove help_only.
* gcc.c (cpp_unique_options): Remove -$.
* doc/cppopts.texi: Undocument -h.

From-SVN: r56155
gcc/ChangeLog
gcc/Makefile.in
gcc/c-opts.c
gcc/cppinit.c
gcc/cpplib.h
gcc/doc/cppopts.texi
gcc/gcc.c
This page took 0.058941 seconds and 5 git commands to generate.