]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/ChangeLog
* config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias
authorNick Clifton <nickc@redhat.com>
Tue, 8 Oct 2013 08:06:35 +0000 (08:06 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 8 Oct 2013 08:06:35 +0000 (08:06 +0000)
commit38d7754573539a6c124fb9c28bd24cc9849312b7
treeb420d8a20e0932adfa61fca5c05e12921f1d35d3
parentf424ae209c603253aeabcbaf442e4bb5a042816f
* config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias
for "<foo>a".  Issue error messages for unrecognised or corrrupt
size extensions.

* gas/msp430/bad.s: New test: Checks erroneous size extensions.
* gas/msp430/bad.d: New test command file.
* gas/msp430/bad.l: New file: Expected error messages.
* gas/msp430/msp430.exp: Run the new test.
* gas/msp430/msp430x.s: Add "<foo>.a" aliases of "<foo>a"
instructions.
* gas/msp430/msp430x.d: Update expected disassembly.
gas/ChangeLog
gas/config/tc-msp430.c
gas/testsuite/ChangeLog
gas/testsuite/gas/msp430/bad.d [new file with mode: 0644]
gas/testsuite/gas/msp430/bad.l [new file with mode: 0644]
gas/testsuite/gas/msp430/bad.s [new file with mode: 0644]
gas/testsuite/gas/msp430/msp430.exp
gas/testsuite/gas/msp430/msp430x.d
gas/testsuite/gas/msp430/msp430x.s