[COMMITTED] ld: Align --no-error-execstack help output

Message ID 20240614203247.3489713-1-hjl.tools@gmail.com
State New
Headers
Series [COMMITTED] ld: Align --no-error-execstack help output |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm warning Patch is already merged
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 warning Patch is already merged

Commit Message

H.J. Lu June 14, 2024, 8:32 p.m. UTC
  * lexsup.c (elf_static_list_options): Align --no-error-execstack
	help output.

Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
---
 ld/lexsup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

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, _("\