ld --help output
authorAlan Modra <amodra@gmail.com>
Wed, 24 Jun 2020 04:47:38 +0000 (14:17 +0930)
committerAlan Modra <amodra@gmail.com>
Wed, 24 Jun 2020 10:30:08 +0000 (20:00 +0930)
commita5aae5087ca50f14e361cffe155ad3886afb56cb
treee960bf58c8d5fb96a37bf7e54d1482e8707ff1af
parentf8b1e5f6fcdb27c7ea520643880a208578d42d0e
ld --help output

It's best if help message output does not contain tabs, since we don't
know tab stop settings or even if tabs are handled by the output
device.  This reverts some 2020-06-23 changes and fixes the csky help
message.

* lexsup.c (elf_shlib_list_options): Properly format help message.
(elf_plt_unwind_list_options): Likewise.
* emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise.
ld/ChangeLog
ld/emultempl/cskyelf.em
ld/lexsup.c