summaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-01-05 16:43:58 +0000
committerNick Clifton <nickc@redhat.com>2016-01-05 16:43:58 +0000
commit296ebfbb91bc9453134c467b4bfe8363582674f7 (patch)
tree94066be06cfe87444556d5218688903eacd97be8 /ld/emulparams
parentfa89c1268f5d4e9950f3faf8c027dbbeb6aac773 (diff)
Fix the execution of the MSP430 simulator testsuite.
ld * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the MSP430 hardware multiply address range. * scripttempl/elf32msp430.sc (__romdatastart): Define. (__romdatacopysize): Define. * scripttempl/elf32msp430_3.sc: Likewise. tests * testutils.inc (__pass): Use the LMA addresses of the _passmsg symbol. (__fail): Likewise.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/msp430elf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/msp430elf.sh b/ld/emulparams/msp430elf.sh
index a76e9ee30a..e9d02375d3 100644
--- a/ld/emulparams/msp430elf.sh
+++ b/ld/emulparams/msp430elf.sh
@@ -13,6 +13,6 @@ EMBEDDED=yes
ARCH=msp:14
ROM_START=0x8000
ROM_SIZE=0x7fe0
-RAM_START=0x0200
+RAM_START=0x0500
RAM_SIZE=1K
STACK=0x600