ce46249c15
bfin, msp, and score all used an extra parameter to genscripts.sh to select a "customizer_script" different from the standard one named from the emulation. This patch renames the scripts to avoid the need, tidying them in the process. * emulparams/elf32bfin.sh: Rename from bfin.sh. * emulparams/elf32bfinfd.sh: Update to suit. * emulparams/: Delete. * emulparams/msp430.sh: Rename from msp430all.sh. Remove MSP430_NAME and msp430X vars. * emulparams/msp430X.sh: New. * emulparams/: Delete. * emulparams/score3_elf.sh: Rename from scoreelf.sh. Remove SCORE_NAME and score7_elf ARCH setting. * emulparams/score7_elf.sh: New. * Makefile.am (eelf32bfin.c, eelf32bfinfd.c): Update dependencies. (emsp430.c, emsp430X.c, escore3_elf.c, escore7_elf.c): Likewise. * Makefile.in: Regenerate. * genscripts.sh: Delete customizer_script param.
13 lines
241 B
Bash
13 lines
241 B
Bash
SCRIPT_NAME=elf
|
|
OUTPUT_FORMAT="elf32-bfin"
|
|
TEXT_START_ADDR=0x0
|
|
MAXPAGESIZE="CONSTANT (MAXPAGESIZE)"
|
|
TARGET_PAGE_SIZE=0x1000
|
|
ARCH=bfin
|
|
MACHINE=
|
|
TEMPLATE_NAME=elf32
|
|
GENERATE_SHLIB_SCRIPT=yes
|
|
EMBEDDED=yes
|
|
USER_LABEL_PREFIX=_
|
|
EXTRA_EM_FILE=bfin
|