summaryrefslogtreecommitdiffstats
path: root/ld/emulparams/msp430x1122.sh
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-03-04 17:02:40 +0000
committerNick Clifton <nickc@redhat.com>2003-03-04 17:02:40 +0000
commitb4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a (patch)
tree8102f96982e7ae0456603e1d96246bd612021f24 /ld/emulparams/msp430x1122.sh
parent5330f2dba0362e4d084545b8935c1b10ed8c7fbc (diff)
downloadppe42-binutils-b4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a.tar.gz
ppe42-binutils-b4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a.zip
Add new devices x1122 x1132 emulation.
Diffstat (limited to 'ld/emulparams/msp430x1122.sh')
-rw-r--r--ld/emulparams/msp430x1122.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/ld/emulparams/msp430x1122.sh b/ld/emulparams/msp430x1122.sh
new file mode 100644
index 0000000000..e190c2a621
--- /dev/null
+++ b/ld/emulparams/msp430x1122.sh
@@ -0,0 +1,14 @@
+ARCH=msp:110
+MACHINE=
+SCRIPT_NAME=elf32msp430
+OUTPUT_FORMAT="elf32-msp430"
+MAXPAGESIZE=1
+EMBEDDED=yes
+TEMPLATE_NAME=generic
+
+ROM_START=0xf000
+ROM_SIZE=0x0fe0
+RAM_START=0x0200
+RAM_SIZE=256
+
+STACK=0x300
OpenPOWER on IntegriCloud