From d1ee509bafc1c8e140f0ba2886c7aca162b35980 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 27 Oct 1993 16:54:54 +0000 Subject: [PATCH] Took case '>' out of macro_build again to avoid confusion. Use & 0x1f on the shift count rather than % 32. --- gas/ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index f0edd303497..dd39b7fb3f0 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) -- 2.30.2