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