* config/tc-mips.c (mips_ip): Only accept overly large values for

the 'j' operand if there are no further alternatives for this
	instruction.
This commit is contained in:
Ian Lance Taylor 1994-03-16 23:49:55 +00:00
parent f04a9a1ea1
commit 614a3211d4
1 changed files with 4 additions and 0 deletions

View File

@ -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.