diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-06-02 13:11:17 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-06-02 13:11:17 +0200 |
commit | ec9a8169c363a80c51d9d603f00637bc4fe97b4d (patch) | |
tree | 6ce8484e361a54c84bb525f4a339703a9d2e43eb /opcodes/ChangeLog | |
parent | ab251b8980d61bd9c08e2cb8662cd2111ce8b03f (diff) | |
download | gdb-ec9a8169c363a80c51d9d603f00637bc4fe97b4d.zip gdb-ec9a8169c363a80c51d9d603f00637bc4fe97b4d.tar.gz gdb-ec9a8169c363a80c51d9d603f00637bc4fe97b4d.tar.bz2 |
This fixes a thinko in the LEON support recently added to the assembler.
opcodes/
* sparc-opc.c (cas): Disable for LEON.
(casl): Likewise.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index d687a8d..ea036b1 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2014-06-02 Eric Botcazou <ebotcazou@adacore.com> + + * sparc-opc.c (cas): Disable for LEON. + (casl): Likewise. + 2014-05-20 Alan Modra <amodra@gmail.com> * m68k-dis.c: Don't include setjmp.h. |