diff options
author | Nick Clifton <nickc@redhat.com> | 2014-03-19 09:38:25 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-03-19 09:38:25 +0000 |
commit | b8985e5c0e880ddaac7dd42171fca4359f85ea95 (patch) | |
tree | 7e3516c4d53f8ebb071ca5456bde4d9f0d9ad5b2 /opcodes/ChangeLog | |
parent | 1d63324c56f29034782396ce7f25c09edd0cdc6e (diff) | |
download | gdb-b8985e5c0e880ddaac7dd42171fca4359f85ea95.zip gdb-b8985e5c0e880ddaac7dd42171fca4359f85ea95.tar.gz gdb-b8985e5c0e880ddaac7dd42171fca4359f85ea95.tar.bz2 |
Fix RX gas testsuite failures by accounting for new variations in the disassembler's output.
* rx-decode.opc (bwl): Allow for bogus instructions with a size
field of 3.
(sbwl, ubwl, SCALE): Likewise.
* rx-decode.c: Regenerate.
* gas/rx/mov.d: Update expected disassembly.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index ac94327..a2822fb 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +2014-03-19 Nick Clifton <nickc@redhat.com> + + * rx-decode.opc (bwl): Allow for bogus instructions with a size + field of 3. + (sbwl, ubwl): Likewise. + * rx-decode.c: Regenerate. + 2014-03-12 Alan Modra <amodra@gmail.com> * Makefile.in: Regenerate. |