summaryrefslogtreecommitdiff
path: root/ld/emulparams
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
parent5330f2dba0362e4d084545b8935c1b10ed8c7fbc (diff)
downloadbinutils-gdb-b4275f439a6c7d4c7cf17b2eb59dbe4ccc520b3a.tar.gz
Add new devices x1122 x1132 emulation.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/msp430x1122.sh14
-rw-r--r--ld/emulparams/msp430x1132.sh14
2 files changed, 28 insertions, 0 deletions
diff --git a/ld/emulparams/msp430x1122.sh b/ld/emulparams/msp430x1122.sh
new file mode 100644
index 00000000000..e190c2a6219
--- /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
diff --git a/ld/emulparams/msp430x1132.sh b/ld/emulparams/msp430x1132.sh
new file mode 100644
index 00000000000..e9da1a86dec
--- /dev/null
+++ b/ld/emulparams/msp430x1132.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=0xe000
+ROM_SIZE=0x1fe0
+RAM_START=0x0200
+RAM_SIZE=256
+
+STACK=0x300