]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/emulparams/msp430elf.sh
Change msp430 emulation to msp430elf
[thirdparty/binutils-gdb.git] / ld / emulparams / msp430elf.sh
CommitLineData
aafdb207
NC
1#!/bin/sh
2
3# This called by genscripts_extra.sh
4
aafdb207 5SCRIPT_NAME=elf32msp430
8ded5a0f
AM
6TEMPLATE_NAME=generic
7EXTRA_EM_FILE=genelf
aafdb207 8OUTPUT_FORMAT="elf32-msp430"
8ded5a0f 9MACHINE=
aafdb207
NC
10MAXPAGESIZE=1
11EMBEDDED=yes
aafdb207 12
1ade0651 13ARCH=msp:14
aafdb207
NC
14ROM_START=0x8000
15ROM_SIZE=0x7fe0
16RAM_START=0x0200
17RAM_SIZE=1K
aafdb207 18STACK=0x600