* emulparams/h8300helf.sh: Resync with h8300elf.sh. Update

ARCH specification.
	* emulparams/h8300self.sh: Similarly.
This commit is contained in:
Jeff Law 2001-08-29 17:35:27 +00:00
parent f18a3b8579
commit 3946dd2f8d
3 changed files with 25 additions and 5 deletions

View 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 .

View 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) }
'

View 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) }
'