mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-17 16:05:56 +08:00
Add shl
This commit is contained in:
@ -82,6 +82,7 @@ ppcnw.sh
|
|||||||
riscix.sh
|
riscix.sh
|
||||||
sa29200.sh
|
sa29200.sh
|
||||||
sh.sh
|
sh.sh
|
||||||
|
shl.sh
|
||||||
sparclynx.sh
|
sparclynx.sh
|
||||||
sparcnbsd.sh
|
sparcnbsd.sh
|
||||||
st2000.sh
|
st2000.sh
|
||||||
|
5
ld/emulparams/shl.sh
Normal file
5
ld/emulparams/shl.sh
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
SCRIPT_NAME=sh
|
||||||
|
OUTPUT_FORMAT="coff-shl"
|
||||||
|
TEXT_START_ADDR=0x8000
|
||||||
|
PAGE_SIZE=128
|
||||||
|
ARCH=sh
|
Reference in New Issue
Block a user