mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
Check in correct version of previous patch.
This commit is contained in:
parent
508c39462a
commit
ebdca51ad9
@ -9251,6 +9251,11 @@ static const struct asm_opcode insns[] =
|
||||
tCE(wfi, 320f003, wfi, 0, (), noargs, t_hint),
|
||||
tCE(sev, 320f004, sev, 0, (), noargs, t_hint),
|
||||
|
||||
#undef THUMB_VARIANT
|
||||
#define THUMB_VARIANT &arm_ext_v6_notm
|
||||
TCE(ldrexd, 1b00f9f, e8d0007f, 3, (RRnpc, oRRnpc, RRnpcb), ldrexd, t_ldrexd),
|
||||
TCE(strexd, 1a00f90, e8c00070, 4, (RRnpc, RRnpc, oRRnpc, RRnpcb), strexd, t_strexd),
|
||||
|
||||
#undef THUMB_VARIANT
|
||||
#define THUMB_VARIANT &arm_ext_v6t2
|
||||
TCE(ldrexb, 1d00f9f, e8d00f4f, 2, (RRnpc, RRnpcb), rd_rn, rd_rn),
|
||||
@ -9259,11 +9264,6 @@ static const struct asm_opcode insns[] =
|
||||
TCE(strexh, 1e00f90, e8c00f50, 3, (RRnpc, RRnpc, ADDR), strex, rm_rd_rn),
|
||||
TUF(clrex, 57ff01f, f3bf8f2f, 0, (), noargs, noargs),
|
||||
|
||||
#undef THUMB_VARIANT
|
||||
#define THUMB_VARIANT &arm_ext_v6_notm
|
||||
TCE(ldrexd, 1b00f9f, e8d0007f, 3, (RRnpc, oRRnpc, RRnpcb), ldrexd, t_ldrexd),
|
||||
TCE(strexd, 1a00f90, e8c00070, 4, (RRnpc, RRnpc, oRRnpc, RRnpcb), strexd, t_strexd),
|
||||
|
||||
#undef ARM_VARIANT
|
||||
#define ARM_VARIANT &arm_ext_v6z
|
||||
TCE(smc, 1600070, f7f08000, 1, (EXPi), smc, t_smc),
|
||||
|
Loading…
Reference in New Issue
Block a user