diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2002-08-09 06:19:08 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-08-09 06:19:08 +0000 |
commit | 4b7091eb623ae501ec646b47f26e84b783043f47 (patch) | |
tree | 2d216c719998f5bc9a35df885c61ae8b14a03fbb /gcc/doc/cppopts.texi | |
parent | f45f9aedfceba18063fe5e8f55ff21cd3239b5b2 (diff) | |
download | gcc-4b7091eb623ae501ec646b47f26e84b783043f47.zip gcc-4b7091eb623ae501ec646b47f26e84b783043f47.tar.gz gcc-4b7091eb623ae501ec646b47f26e84b783043f47.tar.bz2 |
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
Diffstat (limited to 'gcc/doc/cppopts.texi')
-rw-r--r-- | gcc/doc/cppopts.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/doc/cppopts.texi b/gcc/doc/cppopts.texi index 49bd349..aacfb4b 100644 --- a/gcc/doc/cppopts.texi +++ b/gcc/doc/cppopts.texi @@ -607,10 +607,8 @@ Replacement: [ ] @{ @} # \ ^ | ~ Enable special code to work around file systems which only permit very short file names, such as MS-DOS@. -@item -h @itemx --help @itemx --target-help -@opindex h @opindex help @opindex target-help Print text describing all the command line options instead of |