aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-03-16 23:49:55 +0000
committerIan Lance Taylor <ian@airs.com>1994-03-16 23:49:55 +0000
commit614a3211d4dbf68c53974b9ad57a5c152cf991f2 (patch)
treea151828730914a71e5d8063b9ab17ccda9742546 /gas
parentf04a9a1ea1a2e0497aa748c45534827d4df4fa3c (diff)
downloadgdb-614a3211d4dbf68c53974b9ad57a5c152cf991f2.zip
gdb-614a3211d4dbf68c53974b9ad57a5c152cf991f2.tar.gz
gdb-614a3211d4dbf68c53974b9ad57a5c152cf991f2.tar.bz2
* config/tc-mips.c (mips_ip): Only accept overly large values for
the 'j' operand if there are no further alternatives for this instruction.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index ba51ee7..220e741 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.