Add support for the Infineon XC16X.
[deliverable/binutils-gdb.git] / ld / emulparams / elf32xc16x.sh
1 SCRIPT_NAME=elf32xc16x
2 TEMPLATE_NAME=elf32
3 OUTPUT_FORMAT="elf32-xc16x"
4 TEXT_START_ADDR=0x00400
5 ARCH=xc16x
6 MAXPAGESIZE=256
7 ENTRY=_start
8 EMBEDDED=yes
This page took 0.029793 seconds and 4 git commands to generate.