mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
* emulparams/h8300helf.sh: Resync with h8300elf.sh. Update
ARCH specification. * emulparams/h8300self.sh: Similarly.
This commit is contained in:
parent
f18a3b8579
commit
3946dd2f8d
@ -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 .
|
||||
|
@ -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) }
|
||||
'
|
||||
|
@ -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) }
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user