mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-16 23:04:21 +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:
@@ -2320,7 +2320,7 @@ elf_static_list_options (FILE *file)
|
|||||||
fprintf (file, _("\
|
fprintf (file, _("\
|
||||||
--error-execstack Turn warnings about executable stacks into errors\n"));
|
--error-execstack Turn warnings about executable stacks into errors\n"));
|
||||||
fprintf (file, _("\
|
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
|
#if DEFAULT_LD_WARN_RWX_SEGMENTS
|
||||||
fprintf (file, _("\
|
fprintf (file, _("\
|
||||||
|
|||||||
Reference in New Issue
Block a user