diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2024-06-14 13:27:31 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2024-06-14 13:29:04 -0700 |
commit | 65e513dc95dcad1320c6bee4be1a10ed46f7d2cb (patch) | |
tree | e815efd0c09040ac23f5f2d8e3ce0807a9d31fe0 /ld | |
parent | 3739147957a5bb37352033bec9ca21b88f98c7e9 (diff) | |
download | gdb-65e513dc95dcad1320c6bee4be1a10ed46f7d2cb.zip gdb-65e513dc95dcad1320c6bee4be1a10ed46f7d2cb.tar.gz gdb-65e513dc95dcad1320c6bee4be1a10ed46f7d2cb.tar.bz2 |
ld: Align --no-error-execstack help output
* lexsup.c (elf_static_list_options): Align --no-error-execstack
help output.
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'ld')
-rw-r--r-- | ld/lexsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/lexsup.c b/ld/lexsup.c index 5ceefb4..96fb731 100644 --- a/ld/lexsup.c +++ b/ld/lexsup.c @@ -2320,7 +2320,7 @@ elf_static_list_options (FILE *file) fprintf (file, _("\ --error-execstack Turn warnings about executable stacks into errors\n")); fprintf (file, _("\ - --no-error-execstack Do not turn warnings about executable stacks into errors\n")); + --no-error-execstack Do not turn warnings about executable stacks into errors\n")); #if DEFAULT_LD_WARN_RWX_SEGMENTS fprintf (file, _("\ |