diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-03 15:36:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-03 15:36:04 +0000 |
commit | 3b426f5a605cff1007ec6ffa03f02897a384ae18 (patch) | |
tree | b97c8ec24fea95a2ddd04b8ea4db56f4a5cf7da9 | |
parent | 60c8b04f7adc6ef5167088673a6fa196b3467e44 (diff) | |
download | gdb-3b426f5a605cff1007ec6ffa03f02897a384ae18.zip gdb-3b426f5a605cff1007ec6ffa03f02897a384ae18.tar.gz gdb-3b426f5a605cff1007ec6ffa03f02897a384ae18.tar.bz2 |
* config/tc-mips.c (mips_ip): Don't call as_warn if we are setting
insn_error. Don't put the string "ERROR" in insn_error. Set
insn_error rather than calling as_warn for an unsupported opcode.
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1e7dc95..29f16fb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Mon Jun 3 11:34:41 1996 Ian Lance Taylor <ian@cygnus.com> + + * config/tc-mips.c (mips_ip): Don't call as_warn if we are setting + insn_error. Don't put the string "ERROR" in insn_error. Set + insn_error rather than calling as_warn for an unsupported opcode. + Sat Jun 1 21:51:55 1996 Ian Lance Taylor <ian@cygnus.com> * config/tc-mips.c (md_parse_option): Check for a 64 bit format |