diff options
author | Paul Brook <paul@codesourcery.com> | 2006-07-19 12:53:33 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-07-19 12:53:33 +0000 |
commit | 401a54cf6e563c470108c35fe892e8b7be2b227a (patch) | |
tree | e95f468a4ff588d406f7e158a7a30b033ef81404 /gas/config | |
parent | 8c991f18837f080c5aa82bbd7b074ae47a90991d (diff) | |
download | gdb-401a54cf6e563c470108c35fe892e8b7be2b227a.zip gdb-401a54cf6e563c470108c35fe892e8b7be2b227a.tar.gz gdb-401a54cf6e563c470108c35fe892e8b7be2b227a.tar.bz2 |
2006-07-19 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (insns): Fix rbit Arm opcode.
gas/testsuite/
* gas/arm/archv6t2.d: Adjust expected output for rbit.
opcodes/
* armd-dis.c (arm_opcodes): Fix rbit opcode.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index fe9d775..8724097 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -14758,7 +14758,7 @@ static const struct asm_opcode insns[] = TCE(mls, 0600090, fb000010, 4, (RRnpc, RRnpc, RRnpc, RRnpc), mlas, t_mla), TCE(movw, 3000000, f2400000, 2, (RRnpc, HALF), mov16, t_mov16), TCE(movt, 3400000, f2c00000, 2, (RRnpc, HALF), mov16, t_mov16), - TCE(rbit, 3ff0f30, fa90f0a0, 2, (RR, RR), rd_rm, t_rbit), + TCE(rbit, 6ff0f30, fa90f0a0, 2, (RR, RR), rd_rm, t_rbit), TC3(ldrht, 03000b0, f8300e00, 2, (RR, ADDR), ldsttv4, t_ldstt), TC3(ldrsht, 03000f0, f9300e00, 2, (RR, ADDR), ldsttv4, t_ldstt), |