mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Add support for the Infineon XC16X.
This commit is contained in:
8
ld/emulparams/elf32xc16x.sh
Normal file
8
ld/emulparams/elf32xc16x.sh
Normal file
@ -0,0 +1,8 @@
|
||||
SCRIPT_NAME=elf32xc16x
|
||||
TEMPLATE_NAME=elf32
|
||||
OUTPUT_FORMAT="elf32-xc16x"
|
||||
TEXT_START_ADDR=0x00400
|
||||
ARCH=xc16x
|
||||
MAXPAGESIZE=256
|
||||
ENTRY=_start
|
||||
EMBEDDED=yes
|
8
ld/emulparams/elf32xc16xl.sh
Normal file
8
ld/emulparams/elf32xc16xl.sh
Normal file
@ -0,0 +1,8 @@
|
||||
SCRIPT_NAME=elf32xc16xl
|
||||
TEMPLATE_NAME=elf32
|
||||
OUTPUT_FORMAT="elf32-xc16x"
|
||||
TEXT_START_ADDR=0xc00300
|
||||
ARCH=xc16x:xc16xl
|
||||
MAXPAGESIZE=256
|
||||
ENTRY=_start
|
||||
EMBEDDED=yes
|
8
ld/emulparams/elf32xc16xs.sh
Normal file
8
ld/emulparams/elf32xc16xs.sh
Normal file
@ -0,0 +1,8 @@
|
||||
SCRIPT_NAME=elf32xc16xs
|
||||
TEMPLATE_NAME=elf32
|
||||
OUTPUT_FORMAT="elf32-xc16x"
|
||||
TEXT_START_ADDR=0xc00300
|
||||
ARCH=xc16x:xc16xs
|
||||
MAXPAGESIZE=256
|
||||
ENTRY=_start
|
||||
EMBEDDED=yes
|
Reference in New Issue
Block a user