* emultempl/elf32.em: Print stacksize help.
This commit is contained in:
parent
aa4c331959
commit
07e15f8731
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue