diff options
author | Nick Clifton <nickc@redhat.com> | 2013-10-08 08:06:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-10-08 08:06:35 +0000 |
commit | 38d7754573539a6c124fb9c28bd24cc9849312b7 (patch) | |
tree | b420d8a20e0932adfa61fca5c05e12921f1d35d3 /gas/ChangeLog | |
parent | f424ae209c603253aeabcbaf442e4bb5a042816f (diff) | |
download | gdb-38d7754573539a6c124fb9c28bd24cc9849312b7.zip gdb-38d7754573539a6c124fb9c28bd24cc9849312b7.tar.gz gdb-38d7754573539a6c124fb9c28bd24cc9849312b7.tar.bz2 |
* 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.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 55bdf9e..d019f3a 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2013-10-08 Nick Clifton <nickc@redhat.com> + + * config/tc-msp430.c (msp430_operands): Accept "<foo>.a" as an alias + for "<foo>a". Issue error messages for unrecognised or corrrupt + size extensions. + 2013-10-04 Kyrylo Tkachov <kyrylo.tkachov@arm.com> * config/tc-arm.c (do_t_mvn_tst): Use narrow form for tst when |