diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-09-09 18:37:10 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-09-09 18:37:10 +0000 |
commit | d31a3f5e7603380ee267051c89d5ef69aff00ddb (patch) | |
tree | d292ff0affb7e120e7a56e488671edb06784b2fd /gas/ChangeLog | |
parent | 30b1724cc85565e85601b6997969b4bfd4098dc0 (diff) | |
download | gdb-d31a3f5e7603380ee267051c89d5ef69aff00ddb.zip gdb-d31a3f5e7603380ee267051c89d5ef69aff00ddb.tar.gz gdb-d31a3f5e7603380ee267051c89d5ef69aff00ddb.tar.bz2 |
* config/tc-mips.c (append_insn): Don't swap an instruction which
sets a condition code with an instruction which uses a condition
code.
(mips_ip): In cases 'N' and 'M', look for $fccN rather than an
immediate value.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7c6858c..2084da5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com> + * config/tc-mips.c (append_insn): Don't swap an instruction which + sets a condition code with an instruction which uses a condition + code. + (mips_ip): In cases 'N' and 'M', look for $fccN rather than an + immediate value. + * config/tc-mips.c (md_begin): Recognize r5000 for cpu. If mips_cpu is 5000, set interlocks and cop_interlocks. (mips_ip): Give a better error message if the ISA level is wrong. |