aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2012-11-01 14:26:46 +0000
committerNathan Sidwell <nathan@codesourcery.com>2012-11-01 14:26:46 +0000
commit8d8774a87f6f27deae61cb9334e6af629ca9ce07 (patch)
tree1cd30ad65744fccf4ec1b157abadf70b537bd0cc
parentd664c051a8f16a2836553576488be06acf51e049 (diff)
downloadbinutils-8d8774a87f6f27deae61cb9334e6af629ca9ce07.tar.gz
* emultempl/elf32.em: Print stacksize help.
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emultempl/elf32.em2
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 15bf252cf..3b86fcb57 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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.
diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em
index f6d4c44c6..9e263a9e9 100644
--- a/ld/emultempl/elf32.em
+++ b/ld/emultempl/elf32.em
@@ -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