PR gas/15623

* config/tc-arm.c (do_t_smc): Mark as ending an IT block.
This commit is contained in:
Nick Clifton 2013-06-24 15:38:53 +00:00
parent 0120846339
commit 243821998e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-06-24 Nick Clifton <nickc@redhat.com>
PR gas/15623
* config/tc-arm.c (do_t_smc): Mark as ending an IT block.
2013-06-23 Richard Sandiford <rdsandiford@googlemail.com>
* config/tc-mips.c (mips_ip): Fix swapped bit numbers in comments.

View File

@ -12013,6 +12013,8 @@ do_t_smc (void)
inst.instruction |= (value & 0xf000) >> 12;
inst.instruction |= (value & 0x0ff0);
inst.instruction |= (value & 0x000f) << 16;
/* PR gas/15623: SMC instructions must be last in an IT block. */
set_it_insn_type_last ();
}
static void