From: Ian Lance Taylor Date: Wed, 16 Mar 1994 23:49:55 +0000 (+0000) Subject: * config/tc-mips.c (mips_ip): Only accept overly large values for X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=614a3211d4dbf68c53974b9ad57a5c152cf991f2;p=binutils-gdb.git * config/tc-mips.c (mips_ip): Only accept overly large values for the 'j' operand if there are no further alternatives for this instruction. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index ba51ee72d0b..220e741de42 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,9 @@ Wed Mar 16 17:11:37 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * config/tc-mips.c (mips_ip): Only accept overly large values for + the 'j' operand if there are no further alternatives for this + instruction. + * config/obj-coffbfd.c (adjust_stab_section): Initialize stabstrseg to SEG_UNKNOWN, not -1. After loop, check whether it is not SEG_UNKNOWN rather than checking whether it is >= 0.