* emulparams/shelf32.sh: Set default stack to 0x80000.
authorKaz Kojima <kkojima@rr.iij4u.or.jp>
Sun, 22 Oct 2006 01:07:30 +0000 (01:07 +0000)
committerKaz Kojima <kkojima@rr.iij4u.or.jp>
Sun, 22 Oct 2006 01:07:30 +0000 (01:07 +0000)
* emulparams/shelf64.sh: Likewise.

ld/ChangeLog
ld/emulparams/shelf32.sh
ld/emulparams/shelf64.sh

index e4e9a74..2957c76 100644 (file)
@@ -1,3 +1,8 @@
+2006-10-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
+
+       * emulparams/shelf32.sh: Set default stack to 0x80000.
+       * emulparams/shelf64.sh: Likewise.
+
 2006-10-20  Richard Sandiford  <richard@codesourcery.com>
 
        * emulparams/elf32bmip.sh (OTHER_GOT_RELOC_SECTIONS): Define.
index 6582b02..c72fadb 100644 (file)
@@ -40,7 +40,7 @@ DTOR_END='___dtors_end = .;'
 # the address is needed to place the .stack section, which in turn is needed
 # to hold the sentinel value(s).
 test -z "$CREATE_SHLIB" && OTHER_SECTIONS="
-  .stack ${RELOCATING-0}${RELOCATING+(DEFINED(_stack) ? _stack : ALIGN (0x40000) + 0x40000)} :
+  .stack ${RELOCATING-0}${RELOCATING+(DEFINED(_stack) ? _stack : ALIGN (0x40000) + 0x80000)} :
   {
     ${RELOCATING+_stack = .;}
     *(.stack)
index eb1f6c7..5037f35 100644 (file)
@@ -7,7 +7,7 @@ EXTRA_EM_FILE=
 
 # We do not need .cranges
 test -z "$CREATE_SHLIB" && OTHER_SECTIONS="
- .stack ${RELOCATING-0}${RELOCATING+(DEFINED(_stack) ? _stack : ALIGN (0x40000) + 0x40000)} :
+ .stack ${RELOCATING-0}${RELOCATING+(DEFINED(_stack) ? _stack : ALIGN (0x40000) + 0x80000)} :
   {
     ${RELOCATING+_stack = .;}
     *(.stack)