From: Ian Lance Taylor Date: Fri, 24 Feb 1995 20:25:52 +0000 (+0000) Subject: tweak previous patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6b67ed78651a933dceef7a7d2ac34ce3a240497b;p=binutils-gdb.git tweak previous patch --- diff --git a/gas/config/tc-mips.c b/gas/config/tc-mips.c index c0cb3c42e67..f3677ec3a60 100644 --- a/gas/config/tc-mips.c +++ b/gas/config/tc-mips.c @@ -1660,6 +1660,7 @@ load_register (counter, reg, ep) || ((ep->X_add_number &~ (offsetT) 0x7fffffff) == ~ (offsetT) 0x7fffffff)) && (mips_isa < 3 + || ! ep->X_unsigned || sizeof (ep->X_add_number) > 4 || (ep->X_add_number & 0x80000000) == 0)) {