diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2002-08-20 08:28:35 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2002-08-20 08:28:35 +0000 |
commit | 483fc7cd611aeff5310b43f37a3308d47ad27c71 (patch) | |
tree | 542e5b0b966212bebb83c57c6c0b72db84ea593e /gas/ChangeLog | |
parent | a08bafb59bce834786c3510578849f38652efea3 (diff) | |
download | gdb-483fc7cd611aeff5310b43f37a3308d47ad27c71.zip gdb-483fc7cd611aeff5310b43f37a3308d47ad27c71.tar.gz gdb-483fc7cd611aeff5310b43f37a3308d47ad27c71.tar.bz2 |
[gas/]
* config/tc-mips.c (macro2): Implement rotates by zero using shifts
by zero.
[gas/testsuite]
* gas/mips/rol.s: Add rotate by zero tests.
* gas/mips/rol.d: Update accordingly.
* gas/mips/rol64.d: Expect rotates by zero to use dsrl.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index b6d55a1..3f0462b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-08-20 Richard Sandiford <rsandifo@redhat.com> + + * config/tc-mips.c (macro2): Implement rotates by zero using shifts + by zero. + 2002-08-19 Elena Zannoni <ezannoni@redhat.com> From matthew green <mrg@redhat.com> |