diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 11:52:26 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2009-01-29 11:52:26 +0000 |
commit | 1c444d06c11062e157693de027f26a6ed2e85119 (patch) | |
tree | 1015fc1f8d220743b87b2b5c0ef00df531e05ccd /gas/ChangeLog | |
parent | 4f80ef3ef35109c37a5eafb5d394b63d614577cf (diff) | |
download | gdb-1c444d06c11062e157693de027f26a6ed2e85119.zip gdb-1c444d06c11062e157693de027f26a6ed2e85119.tar.gz gdb-1c444d06c11062e157693de027f26a6ed2e85119.tar.bz2 |
gas:
2009-01-29 Mark Mitchell <mark@codesourcery.com>
* config/tc-arm.c (do_t_orn): New function.
(do_t_rrx): Likewise.
(insns): Add orn and rrx.
gas/testsuite:
2009-01-29 Mark Mitchell <mark@codesourcery.com>
* gas/arm/thumb32.s: Add tests for orn and rrx.
* gas/arm/thumb32.d: Adjust accordingly.
* gas/arm/thumb32.l: Likewise.
* gas/arm/thumb2_invert.s: Add tests for orn and orr.
* gas/arm/thumb2_invert.d: Adjust accordingly.
* gas/arm/tcompat.s: Add tests for rrx.
* gas/arm/tcompat.d: Adjust accordingly.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ac2afd0..13aac0f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2009-01-29 Mark Mitchell <mark@codesourcery.com> + * config/tc-arm.c (do_t_orn): New function. + (do_t_rrx): Likewise. + (insns): Add orn and rrx. + +2009-01-29 Mark Mitchell <mark@codesourcery.com> + * config/tc-arm.c (insns): Add qasx, qsax, shasx, shsax, ssax, uasx, uhasx, uhsx, uqasx, uqsax, usax. |