mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-01 22:06:14 +00:00
PR gas/15623
* config/tc-arm.c (do_t_smc): Mark as ending an IT block.
This commit is contained in:
parent
0120846339
commit
243821998e
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user