driver: Fix redundant descriptions in options
authorLewis Hyatt <lhyatt@gmail.com>
Sun, 15 Mar 2020 12:58:30 +0000 (08:58 -0400)
committerLewis Hyatt <lhyatt@gmail.com>
Sun, 15 Mar 2020 12:59:24 +0000 (08:59 -0400)
commitb408e010ccf6cacc1f36cef8fca3252cfa677094
tree1042c4c45e08050bb4225b0fa108bc9f65c3b924
parent9c3cdb43c2bdaf8a8d2e62db010b04f6086d76b7
driver: Fix redundant descriptions in options

Addresses issues where the two-column format of options descriptions was
used, but the columns were separated by spaces rather than a single tab,
causing the help output to be more verbose than intended.

gcc/ChangeLog:

2020-03-15  Lewis Hyatt  <lhyatt@gmail.com>

* common.opt: Avoid redundancy in the help text.
* config/arc/arc.opt: Likewise.
* config/cr16/cr16.opt: Likewise.

gcc/c-family/ChangeLog:

2020-03-15  Lewis Hyatt  <lhyatt@gmail.com>

* c.opt: Avoid redundancy in the help text.

gcc/fortran/ChangeLog:

2020-03-15  Lewis Hyatt  <lhyatt@gmail.com>

* lang.opt: Avoid redundancy in the help text.

gcc/testsuite/ChangeLog:

2020-03-15  Lewis Hyatt  <lhyatt@gmail.com>

* gcc.misc-tests/help.exp: Adapt to new output for
-Walloc-size-larger-than= option.
gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/c-family/c.opt
gcc/common.opt
gcc/config/arc/arc.opt
gcc/config/cr16/cr16.opt
gcc/fortran/ChangeLog
gcc/fortran/lang.opt
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/help.exp