diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-24 14:17:38 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-24 20:00:08 +0930 |
commit | a5aae5087ca50f14e361cffe155ad3886afb56cb (patch) | |
tree | e960bf58c8d5fb96a37bf7e54d1482e8707ff1af /ld/ChangeLog | |
parent | f8b1e5f6fcdb27c7ea520643880a208578d42d0e (diff) | |
download | gdb-a5aae5087ca50f14e361cffe155ad3886afb56cb.zip gdb-a5aae5087ca50f14e361cffe155ad3886afb56cb.tar.gz gdb-a5aae5087ca50f14e361cffe155ad3886afb56cb.tar.bz2 |
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.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 7917956..9f465b2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2020-06-24 Alan Modra <amodra@gmail.com> + + * lexsup.c (elf_shlib_list_options): Properly format help message. + (elf_plt_unwind_list_options): Likewise. + * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise. + 2020-06-23 Roland McGrath <mcgrathr@google.com> PR 22843 |