* emulparams/shelf32.sh: Set default stack to 0x80000.

* emulparams/shelf64.sh: Likewise.
This commit is contained in:
Kaz Kojima 2006-10-22 01:07:30 +00:00
parent dc84ceef3a
commit 30bebb95d6
3 changed files with 7 additions and 2 deletions

View 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.

View 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)

View 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)