diff options
author | Nick Clifton <nickc@redhat.com> | 2013-05-16 13:19:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-05-16 13:19:40 +0000 |
commit | 638d380363f7a86ac758718a6f76ff99dd6efa21 (patch) | |
tree | 9999b9889454b984b4ba0674e623596394959929 /gas/testsuite | |
parent | db0dfaa0e65e6c455ad870dc4fb42192b1386c0a (diff) | |
download | gdb-638d380363f7a86ac758718a6f76ff99dd6efa21.zip gdb-638d380363f7a86ac758718a6f76ff99dd6efa21.tar.gz gdb-638d380363f7a86ac758718a6f76ff99dd6efa21.tar.bz2 |
* config/tc-msp430.c: Make -mmcu recognise more part numbers.
Add -mcpu command to specify core type.
* doc/c-msp430.c: Update documentation.
* gas/msp430/opcodes.s: Use correct value for .arch pseudo.
* gas/msp430/msp430x.d: Use correct value for -mcpu option.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/msp430/msp430x.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/msp430/opcode.s | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 679cf54..9e063b9 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-05-16 Nick Clifton <nickc@redhat.com> + + * gas/msp430/opcodes.s: Use correct value for .arch pseudo. + * gas/msp430/msp430x.d: Use correct value for -mcpu option. + 2013-05-13 Yufeng Zhang <yufeng.zhang@arm.com> * gas/aarch64/diagnostic.s: Update. diff --git a/gas/testsuite/gas/msp430/msp430x.d b/gas/testsuite/gas/msp430/msp430x.d index 260f8f7..13fdb0b 100644 --- a/gas/testsuite/gas/msp430/msp430x.d +++ b/gas/testsuite/gas/msp430/msp430x.d @@ -1,6 +1,6 @@ #objdump: -d --prefix-addresses --show-raw-insn #name: MSP430X instructions -#as: -mmsp430X +#as: -mcpu=430X .*: +file format .*msp.* diff --git a/gas/testsuite/gas/msp430/opcode.s b/gas/testsuite/gas/msp430/opcode.s index b85a463..4924a60 100644 --- a/gas/testsuite/gas/msp430/opcode.s +++ b/gas/testsuite/gas/msp430/opcode.s @@ -1,4 +1,4 @@ - .arch msp430x123 + .arch msp430f123 .text .p2align 1,0 |