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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue