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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6b414dc..999b795 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2006-07-19 Paul Brook <paul@codesourcery.com> + + * config/tc-arm.c (insns): Fix rbit Arm opcode. + 2006-07-18 Paul Brook <paul@codesourcery.com> * tc-arm.c (do_t_add_sub): Use addw/subw when source is PC. |