Add PIPE_O attribute to "pop" instruction.
authorNick Clifton <nickc@redhat.com>
Mon, 15 Dec 2003 12:19:13 +0000 (12:19 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 15 Dec 2003 12:19:13 +0000 (12:19 +0000)
opcodes/ChangeLog
opcodes/m32r-opc.c

index d9f9b703dd65f4806004befa2cdd606a35bf8124..7bf5b45575b4c0534c222f0cfb93112718285335 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-15  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
+
+       * m32r-opc.c: Regenerate.
+
 2003-12-14  Mark Mitchell  <mark@codesourcery.com>
 
        * arm-opc.h (arm_opcodes): Put V6 instructions before XScale
index 18d8d68405072cd52fd110c3bba6c2c0b2b21fad..a18d5ccefa8cf28b66e31395f827b35aa7b0d76e 100644 (file)
@@ -1413,7 +1413,7 @@ static const CGEN_IBASE m32r_cgen_macro_insn_table[] =
 /* pop $dr */
   {
     -1, "pop", "pop", 16,
-    { 0|A(ALIAS), { (1<<MACH_BASE), PIPE_NONE } }
+    { 0|A(ALIAS), { (1<<MACH_BASE), PIPE_O } }
   },
 /* ldi $dr,$simm8 */
   {
This page took 0.043525 seconds and 4 git commands to generate.