[binutils-gdb] ld: Align --no-error-execstack help output
H.J. Lu
hjl@sourceware.org
Fri Jun 14 20:36:24 GMT 2024
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=65e513dc95dcad1320c6bee4be1a10ed46f7d2cb
commit 65e513dc95dcad1320c6bee4be1a10ed46f7d2cb
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Fri Jun 14 13:27:31 2024 -0700
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>
Diff:
---
ld/lexsup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ld/lexsup.c b/ld/lexsup.c
index 5ceefb46424..96fb73159bf 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, _("\
More information about the Binutils-cvs
mailing list