* emulparams/shelf32.sh: Set default stack to 0x80000.
* emulparams/shelf64.sh: Likewise.
This commit is contained in:
parent
dc84ceef3a
commit
30bebb95d6
@ -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.
|
||||
|
||||
@ -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)
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user