Fix problem with double-stop-bit after itc.i instruction.
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
index ec6bd61325b89e29f22ff89b3862a70c4894612c..426b60f589aa33a2a68ba64b2b2f854a1840b875 100644 (file)
@@ -6855,6 +6855,10 @@ emit_one_bundle ()
                 changing NOPs in front of this slot.  */
              for (j = i; j < 3; ++j)
                insn[j] = nop[ia64_templ_desc[required_template].exec_unit[j]];
+
+             /* We just picked a template that includes the stop bit in the
+                middle, so we don't need another one emitted later.  */
+             md.slot[curr].end_of_insn_group = 0;
            }
          template = required_template;
        }
This page took 0.024296 seconds and 4 git commands to generate.