mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-30 12:44:10 +08:00
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>
This commit is contained in:
parent
3739147957
commit
65e513dc95
@ -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, _("\
|
||||
|
Loading…
Reference in New Issue
Block a user