diff options
author | Neil Booth <neil@daikokuya.co.uk> | 2003-07-19 08:13:58 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2003-07-19 08:13:58 +0000 |
commit | 2cc980567a3bf9b714295e88392798dd347fa156 (patch) | |
tree | ae5bf4d199d0acf49a83e157935222fef432ee5b /gcc/java/lang.opt | |
parent | 0e38b30b193cdae472d72486eefc5b206f6a03ad (diff) | |
download | gcc-2cc980567a3bf9b714295e88392798dd347fa156.zip gcc-2cc980567a3bf9b714295e88392798dd347fa156.tar.gz gcc-2cc980567a3bf9b714295e88392798dd347fa156.tar.bz2 |
common.opt: Document --param.
* common.opt: Document --param.
* opts.c (columns, undocumented_msg): New.
(print_help): Get number of columns from environment. Print
--param help. Tweak newline handling.
(print_param_help): New.
(print_filtered_help): Better handling of duplicates. Complain
about undocumented switches.
(print_switch): New.
(wrap_help): Improve wrapping, use COLUMNS.
* opts.sh: Ignore comments in records.
* params.def: Fix typos and remove trailing periods.
* toplev.c (display_help): Don't dump --param help.
* doc/sourcebuild.texi: Update.
java:
* lang.opt: Don't show -MD_ and -MDD_.
From-SVN: r69581
Diffstat (limited to 'gcc/java/lang.opt')
-rw-r--r-- | gcc/java/lang.opt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lang.opt b/gcc/java/lang.opt index 6fd0a60..987eb82 100644 --- a/gcc/java/lang.opt +++ b/gcc/java/lang.opt @@ -34,7 +34,7 @@ Java ; Documented for C MD_ -Java +Java Undocumented ; Documented for C MF @@ -46,7 +46,7 @@ Java ; Documented for C MMD_ -Java +Java Undocumented ; Documented for C MP |