Multi-target: NEWS and user manual
[deliverable/binutils-gdb.git] / ld / emulparams / msp430elf.sh
1 #!/bin/sh
2
3 # This called by genscripts_extra.sh
4
5 SCRIPT_NAME=elf32msp430
6 TEMPLATE_NAME=msp430
7 EXTRA_EM_FILE=genelf
8 OUTPUT_FORMAT="elf32-msp430"
9 MACHINE=
10 MAXPAGESIZE=1
11 EMBEDDED=yes
12
13 ARCH=msp:14
14 ROM_START=0x8000
15 ROM_SIZE=0x7fe0
16 RAM_START=0x0500
17 RAM_SIZE=1K
18 STACK=0x600
This page took 0.033334 seconds and 4 git commands to generate.