From: Ian Lance Taylor Date: Wed, 27 Oct 1993 16:54:54 +0000 (+0000) Subject: Took case '>' out of macro_build again to avoid confusion. Use & 0x1f X-Git-Tag: gdb-4_18~16904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d1ee509bafc1c8e140f0ba2886c7aca162b35980;p=platform%2Fupstream%2Fbinutils.git Took case '>' out of macro_build again to avoid confusion. Use & 0x1f on the shift count rather than % 32. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index f0edd30..dd39b7f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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)