* emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
authorJeff Law <law@redhat.com>
Wed, 29 Aug 2001 17:35:27 +0000 (17:35 +0000)
committerJeff Law <law@redhat.com>
Wed, 29 Aug 2001 17:35:27 +0000 (17:35 +0000)
ARCH specification.
* emulparams/h8300self.sh: Similarly.

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

index 4719b5a86e353ff4b8dd7c0c9fc5542190eac267..d52962b0f7e8095c7482f3fd2be8378f2f6d8a4a 100644 (file)
@@ -1,4 +1,10 @@
-Wed Aug 29 13:37:20 2001  J"orn Rennecke <amylaar@redhat.com>
+2001-08-29  Jeff Law <law@redhat.com>
+
+       * emulparams/h8300helf.sh: Resync with h8300elf.sh.  Update
+       ARCH specification.
+       * emulparams/h8300self.sh: Similarly.
+
+Wed Aug 28 13:37:20 2001  J"orn Rennecke <amylaar@redhat.com>
 
        * Makefile.am (ALL_EMULATIONS): Add eh8300elf.o, eh8300elf.o and
        eh8300self.o .
index 3241acd06b1e342d27fc2cbd06b55a47f4761a06..d53d05821321fe04919e3b0571b88dc5b1ff57f9 100644 (file)
@@ -1,5 +1,12 @@
-SCRIPT_NAME=h8300h
+SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-h8300"
 TEXT_START_ADDR=0x100
+MAXPAGESIZE=2
 TARGET_PAGE_SIZE=128
-ARCH=h8300
+ARCH="h8300:h8300h"
+TEMPLATE_NAME=elf32
+EMBEDDED=yes
+
+OTHER_RELOCATING_SECTIONS='
+.stack 0xfefc : { _stack = .; *(.stack) }
+'
index f0bd699c5dc3fe000faa6dd6f08e6b6128fef295..8c691b82bf271c44c0a22c2ec4ae4b8b462d2ae4 100644 (file)
@@ -1,5 +1,12 @@
-SCRIPT_NAME=h8300s
+SCRIPT_NAME=elf
 OUTPUT_FORMAT="elf32-h8300"
 TEXT_START_ADDR=0x100
+MAXPAGESIZE=2
 TARGET_PAGE_SIZE=128
-ARCH=h8300
+ARCH="h8300:h8300s"
+TEMPLATE_NAME=elf32
+EMBEDDED=yes
+
+OTHER_RELOCATING_SECTIONS='
+.stack 0xfefc : { _stack = .; *(.stack) }
+'
This page took 0.027782 seconds and 4 git commands to generate.