aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2012-11-01 14:26:47 +0000
committerNathan Sidwell <nathan@codesourcery.com>2012-11-01 14:26:47 +0000
commit07e15f8731141387bd65b35ad47f91c3899fadd1 (patch)
treea888d5126696f3cdbe52fff77dc8803879a17563 /ld
parentaa4c331959a9b4fed648e7b98de13b93dd9b455a (diff)
downloadfsf-binutils-gdb-07e15f8731141387bd65b35ad47f91c3899fadd1.zip
fsf-binutils-gdb-07e15f8731141387bd65b35ad47f91c3899fadd1.tar.gz
fsf-binutils-gdb-07e15f8731141387bd65b35ad47f91c3899fadd1.tar.bz2
* emultempl/elf32.em: Print stacksize help.
Diffstat (limited to 'ld')
-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 15bf252..3b86fcb 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 f6d4c44..9e263a9 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