8af6dd4198
eh8300self.o . (eh8300elf.c, eh8300helf.c, eh8300self.c): New targets. * configure.tgt (h8300-*-elf*): New case. * emulparams/h8300elf.sh, emulparams/h8300helf.sh: New files. * emulparams/h8300self.sh: New file. * Makefile.in: Regenerated.
12 lines
218 B
Bash
12 lines
218 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-h8300"
|
|
TEXT_START_ADDR=0x100
|
|
MAXPAGESIZE=2
|
|
TARGET_PAGE_SIZE=128
|
|
ARCH=h8300
|
|
TEMPLATE_NAME=elf32
|
|
EMBEDDED=yes
|
|
|
|
OTHER_RELOCATING_SECTIONS='
|
|
.stack 0xfefc : { _stack = .; *(.stack) }
|
|
'
|