mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
* emulparams/h8300helf.sh: Move stack to a much higher memory address.
* emulparams/h8300self.sh: Similarly.
This commit is contained in:
@ -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>
|
2001-09-05 Danny Smith <dannysmith@users.souceforge.net>
|
||||||
|
|
||||||
* ld.texinfo (Options, --stack): Correct default value for stack
|
* ld.texinfo (Options, --stack): Correct default value for stack
|
||||||
|
@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
|
|||||||
EMBEDDED=yes
|
EMBEDDED=yes
|
||||||
|
|
||||||
OTHER_RELOCATING_SECTIONS='
|
OTHER_RELOCATING_SECTIONS='
|
||||||
.stack 0xfefc : { _stack = .; *(.stack) }
|
.stack 0x2fefc : { _stack = .; *(.stack) }
|
||||||
'
|
'
|
||||||
|
@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
|
|||||||
EMBEDDED=yes
|
EMBEDDED=yes
|
||||||
|
|
||||||
OTHER_RELOCATING_SECTIONS='
|
OTHER_RELOCATING_SECTIONS='
|
||||||
.stack 0xfefc : { _stack = .; *(.stack) }
|
.stack 0x2fefc : { _stack = .; *(.stack) }
|
||||||
'
|
'
|
||||||
|
Reference in New Issue
Block a user