* emultempl/elf32.em: Print stacksize help.

This commit is contained in:
Nathan Sidwell 2012-11-01 14:26:47 +00:00
parent aa4c331959
commit 07e15f8731
2 changed files with 6 additions and 0 deletions

View 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> 2012-11-01 Alan Modra <amodra@gmail.com>
* ldlang.c (insert_pad): Correct output section size calculation. * ldlang.c (insert_pad): Correct output section size calculation.

View file

@ -2467,6 +2467,8 @@ fragment <<EOF
processing at runtime\n")); processing at runtime\n"));
fprintf (file, _("\ fprintf (file, _("\
-z relro Create RELRO program header\n")); -z relro Create RELRO program header\n"));
fprintf (file, _("\
-z stacksize=SIZE Set size of stack segment\n"));
EOF EOF
fi fi