This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch] Fix typo in elf32.em help for stack-size


I noticed the option was listed as -z stacksize instead of stack-size in the help message.

2014-07-10  Ryan Mansfield <rmansfield@qnx.com>

        * emultempl/elf32.em: Fix typo in -stack-size usage.

Regards,

Ryan Mansfield


diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
index 39b4ccd..f9f7729 100644
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
@@ -2449,7 +2449,7 @@ fragment <<EOF
   fprintf (file, _("\
   -z relro                    Create RELRO program header\n"));
   fprintf (file, _("\
-  -z stacksize=SIZE           Set size of stack segment\n"));
+  -z stack-size=SIZE          Set size of stack segment\n"));
 EOF
 fi
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]