]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 e4e9a74f652de128b7961ffa61ed327a086bcc05..2957c760871acfcd2e467a85926a33ce83ed3233 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 6582b02839a2d6dbb7ac4d2b7c2a11293686899d..c72fadb8fa1a295380e6d18d5a48edf87e279ab3 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 eb1f6c76ecd054c24ac5a7d676033bb6078c7d3d..5037f350187c517e0e7cd3d0da9974c369767ac9 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)