* emulparams/h8300helf.sh: Move stack to a much higher memory address.
authorJeff Law <law@redhat.com>
Fri, 7 Sep 2001 17:35:04 +0000 (17:35 +0000)
committerJeff Law <law@redhat.com>
Fri, 7 Sep 2001 17:35:04 +0000 (17:35 +0000)
        * emulparams/h8300self.sh: Similarly.

ld/ChangeLog
ld/emulparams/h8300helf.sh
ld/emulparams/h8300self.sh

index 78e4ec0..8cb200d 100644 (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
index d53d058..cf72e1b 100644 (file)
@@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
 EMBEDDED=yes
 
 OTHER_RELOCATING_SECTIONS='
-.stack 0xfefc : { _stack = .; *(.stack) }
+.stack 0x2fefc : { _stack = .; *(.stack) }
 '
index 8c691b8..20ed7ca 100644 (file)
@@ -8,5 +8,5 @@ TEMPLATE_NAME=elf32
 EMBEDDED=yes
 
 OTHER_RELOCATING_SECTIONS='
-.stack 0xfefc : { _stack = .; *(.stack) }
+.stack 0x2fefc : { _stack = .; *(.stack) }
 '