* emulparams/h8300helf.sh: Move stack to a much higher memory address.
* emulparams/h8300self.sh: Similarly.
This commit is contained in:
parent
93befcf3d7
commit
38be0bb1e6
@ -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
|
||||
|
@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
|
||||
EMBEDDED=yes
|
||||
|
||||
OTHER_RELOCATING_SECTIONS='
|
||||
.stack 0xfefc : { _stack = .; *(.stack) }
|
||||
.stack 0x2fefc : { _stack = .; *(.stack) }
|
||||
'
|
||||
|
@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
|
||||
EMBEDDED=yes
|
||||
|
||||
OTHER_RELOCATING_SECTIONS='
|
||||
.stack 0xfefc : { _stack = .; *(.stack) }
|
||||
.stack 0x2fefc : { _stack = .; *(.stack) }
|
||||
'
|
||||
|
Loading…
x
Reference in New Issue
Block a user