Took case '>' out of macro_build again to avoid confusion. Use & 0x1f
authorIan Lance Taylor <ian@airs.com>
Wed, 27 Oct 1993 16:54:54 +0000 (16:54 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 27 Oct 1993 16:54:54 +0000 (16:54 +0000)
on the shift count rather than % 32.

gas/ChangeLog

index f0edd3034978d822d3789baa0b2e5a7868fdf762..dd39b7fb3f0abaef7e42e95f06a845c00636188a 100644 (file)
@@ -1,9 +1,9 @@
 Wed Oct 27 11:48:56 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
 
-       * config/tc-mips.c (macro_build): Handle '>' case (shift amount
-       between 32 and 63 for double shift instruction).
-       (mips_ip): Likewise.
-       (printInsn): Likewise.
+       * config/tc-mips.c (mips_ip): Handle '>' case (shift amount
+       between 32 and 63 for double shift instruction).  Do & 0x1f rather
+       than % 32.
+       (printInsn): Handle '>'.
 
 Tue Oct 26 16:58:36 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)