mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-12-19 01:19:41 +08:00
More sicko segmentation support.
This commit is contained in:
5
ld/emulparams/h8500b.sh
Normal file
5
ld/emulparams/h8500b.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
SCRIPT_NAME=h8500b
|
||||
OUTPUT_FORMAT="coff-h8500"
|
||||
TEXT_START_ADDR=0x8000
|
||||
PAGE_SIZE=128
|
||||
ARCH=h8500
|
||||
5
ld/emulparams/h8500c.sh
Normal file
5
ld/emulparams/h8500c.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
SCRIPT_NAME=h8500c
|
||||
OUTPUT_FORMAT="coff-h8500"
|
||||
TEXT_START_ADDR=0x8000
|
||||
PAGE_SIZE=128
|
||||
ARCH=h8500
|
||||
5
ld/emulparams/h8500m.sh
Normal file
5
ld/emulparams/h8500m.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
SCRIPT_NAME=h8500m
|
||||
OUTPUT_FORMAT="coff-h8500"
|
||||
TEXT_START_ADDR=0x8000
|
||||
PAGE_SIZE=128
|
||||
ARCH=h8500
|
||||
5
ld/emulparams/h8500s.sh
Normal file
5
ld/emulparams/h8500s.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
SCRIPT_NAME=h8500s
|
||||
OUTPUT_FORMAT="coff-h8500"
|
||||
TEXT_START_ADDR=0x8000
|
||||
PAGE_SIZE=128
|
||||
ARCH=h8500
|
||||
Reference in New Issue
Block a user