* emultempl/elf32.em: Print stacksize help.
authorNathan Sidwell <nathan@codesourcery.com>
Thu, 1 Nov 2012 14:26:47 +0000 (14:26 +0000)
committerNathan Sidwell <nathan@codesourcery.com>
Thu, 1 Nov 2012 14:26:47 +0000 (14:26 +0000)
ld/ChangeLog
ld/emultempl/elf32.em

index 15bf252..3b86fcb 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-01  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * emultempl/elf32.em: Print stacksize help.
+
 2012-11-01  Alan Modra  <amodra@gmail.com>
 
        * ldlang.c (insert_pad): Correct output section size calculation.
index f6d4c44..9e263a9 100644 (file)
@@ -2467,6 +2467,8 @@ fragment <<EOF
                                 processing at runtime\n"));
   fprintf (file, _("\
   -z relro                    Create RELRO program header\n"));
+  fprintf (file, _("\
+  -z stacksize=SIZE           Set size of stack segment\n"));
 EOF
 fi