]> rtime.felk.cvut.cz Git - fpga/lx-cpu1/binutils-tumbl.git/blobdiff - gas/config/tc-microblaze.c
Reintroduce back delay slot for branching instruction
[fpga/lx-cpu1/binutils-tumbl.git] / gas / config / tc-microblaze.c
index b2575c7f39d3eb084e09b151763e84df6eee58da..c5995b4839cc204766511af87a9a94cd64a8ef76 100644 (file)
@@ -1319,7 +1319,6 @@ md_assemble (char * str)
       break;
 
       /* For tuqula insn...:) */
-#ifndef ARCH_mbtumbl
     case INST_TYPE_RD:
       if (strcmp (op_end, ""))
         op_end = parse_reg (op_end + 1, &reg1);  /* Get rd.  */
@@ -1336,9 +1335,6 @@ md_assemble (char * str)
       inst |= (reg1 << RD_LOW) & RD_MASK;
       output = frag_more (isize);
       break;
-#else
-
-#endif
 
     case INST_TYPE_RD_SPECIAL:
       if (strcmp (op_end, ""))