diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 2016-01-08 11:38:00 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 2016-01-08 11:42:10 +0100 |
commit | 83c3256ef5afe10625fd55dda2df5fc56b9b7393 (patch) | |
tree | 5a00903aaff4ac87e1b440fc5983d6dc47eb6e14 /opcodes/ChangeLog | |
parent | 109575d7ebac21a0eb67980001ecd4173d696f88 (diff) | |
download | gdb-83c3256ef5afe10625fd55dda2df5fc56b9b7393.zip gdb-83c3256ef5afe10625fd55dda2df5fc56b9b7393.tar.gz gdb-83c3256ef5afe10625fd55dda2df5fc56b9b7393.tar.bz2 |
m68k: fix constraints of move.[bw] for ISA_B/C
For ISA_B/C only the combination #,d(An) is allowed in addition to the
ISA_A combinations for move.b and move.w (and pc-relative is never
allowed as destination).
opcodes/
PR gas/13050
* m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
addition to ISA_A.
gas/
PR gas/13050
* testsuite/gas/m68k/all.exp: Add tests p13050-1 and p13050-2.
* testsuite/gas/m68k/p13050-1.s: New file.
* testsuite/gas/m68k/p13050-2.d: New file.
* testsuite/gas/m68k/p13050-2.s: New file.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 4f7f0e5..d585f56 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +2016-01-08 Andreas Schwab <schwab@linux-m68k.org> + + PR gas/13050 + * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in + addition to ISA_A. + 2016-01-01 Alan Modra <amodra@gmail.com> Update year range in copyright notice of all files. |