This fixes a thinko in the LEON support recently added to the assembler.
authorEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 Jun 2014 11:11:17 +0000 (13:11 +0200)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 2 Jun 2014 11:11:17 +0000 (13:11 +0200)
opcodes/
* sparc-opc.c (cas): Disable for LEON.
(casl): Likewise.

opcodes/ChangeLog
opcodes/sparc-opc.c

index d687a8d04effbf5f2856c6b770f39297d3e6e5d3..ea036b1778c5712cbfa615d82d6d1f32eb3b6868 100644 (file)
@@ -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.
index 659c54826343d210dc096651fd7a6f69d1914d25..67176e608e05e382362a741a3f93c7921c4acab8 100644 (file)
@@ -1797,8 +1797,8 @@ SLCBCC("cbnefr", 15),
 { "signx",     F3(2, 0x27, 0), F3(~2, ~0x27, ~0)|(1<<12)|ASI(~0)|RS2_G0, "r", F_ALIAS, 0, v9 }, /* sra rd,%g0,rd */
 { "clruw",     F3(2, 0x26, 0), F3(~2, ~0x26, ~0)|(1<<12)|ASI(~0)|RS2_G0, "1,d", F_ALIAS, 0, v9 }, /* srl rs1,%g0,rd */
 { "clruw",     F3(2, 0x26, 0), F3(~2, ~0x26, ~0)|(1<<12)|ASI(~0)|RS2_G0, "r", F_ALIAS, 0, v9 }, /* srl rd,%g0,rd */
-{ "cas",       F3(3, 0x3c, 0)|ASI(0x80), F3(~3, ~0x3c, ~0)|ASI(~0x80), "[1],2,d", F_ALIAS, 0, v9andleon }, /* casa [rs1]ASI_P,rs2,rd */
-{ "casl",      F3(3, 0x3c, 0)|ASI(0x88), F3(~3, ~0x3c, ~0)|ASI(~0x88), "[1],2,d", F_ALIAS, 0, v9andleon }, /* casa [rs1]ASI_P_L,rs2,rd */
+{ "cas",       F3(3, 0x3c, 0)|ASI(0x80), F3(~3, ~0x3c, ~0)|ASI(~0x80), "[1],2,d", F_ALIAS, 0, v9 }, /* casa [rs1]ASI_P,rs2,rd */
+{ "casl",      F3(3, 0x3c, 0)|ASI(0x88), F3(~3, ~0x3c, ~0)|ASI(~0x88), "[1],2,d", F_ALIAS, 0, v9 }, /* casa [rs1]ASI_P_L,rs2,rd */
 { "casx",      F3(3, 0x3e, 0)|ASI(0x80), F3(~3, ~0x3e, ~0)|ASI(~0x80), "[1],2,d", F_ALIAS, 0, v9 }, /* casxa [rs1]ASI_P,rs2,rd */
 { "casxl",     F3(3, 0x3e, 0)|ASI(0x88), F3(~3, ~0x3e, ~0)|ASI(~0x88), "[1],2,d", F_ALIAS, 0, v9 }, /* casxa [rs1]ASI_P_L,rs2,rd */
 
This page took 0.028022 seconds and 4 git commands to generate.