* emulparams/h8300helf.sh: Move stack to a much higher memory address.

* emulparams/h8300self.sh: Similarly.
This commit is contained in:
Jeff Law 2001-09-07 17:35:04 +00:00
parent 93befcf3d7
commit 38be0bb1e6
3 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Fri Sep 7 11:34:24 2001 Jeffrey A Law (law@cygnus.com)
* emulparams/h8300helf.sh: Move stack to a much higher memory address.
* emulparams/h8300self.sh: Similarly.
2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
* ld.texinfo (Options, --stack): Correct default value for stack

View File

@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
EMBEDDED=yes
OTHER_RELOCATING_SECTIONS='
.stack 0xfefc : { _stack = .; *(.stack) }
.stack 0x2fefc : { _stack = .; *(.stack) }
'

View File

@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
EMBEDDED=yes
OTHER_RELOCATING_SECTIONS='
.stack 0xfefc : { _stack = .; *(.stack) }
.stack 0x2fefc : { _stack = .; *(.stack) }
'