aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-03-08 20:46:47 +0000
committerIan Lance Taylor <ian@airs.com>1995-03-08 20:46:47 +0000
commita79bf95d03f8c6125b954d49c1230bd56427f1fc (patch)
treec819ddf4ae8c1a3c57e64d946c5bcf8323b0aea1 /gas
parent74e1b52ea30e58687298440f309509a96cfb3bb4 (diff)
downloadgdb-a79bf95d03f8c6125b954d49c1230bd56427f1fc.zip
gdb-a79bf95d03f8c6125b954d49c1230bd56427f1fc.tar.gz
gdb-a79bf95d03f8c6125b954d49c1230bd56427f1fc.tar.bz2
* config/tc-mips.c (md_begin): Check for a cpu string of r8000 or
r10000. If mips_isa is 4, set the machine number to 8000. (append_insn): If mips_isa is at least 4, don't generate nops for coprocessor delays. Check INSN_READ_FPR_R when setting mips_cprmask[1]. (mips_emit_delays): If mips_isa is at least 4, don't generate nops for coprocessor delays. (mips_ip): Check for INSN_ISA4 instructions. Handle new argument types 'h', 'R', 'N', and 'M'. (md_longopts): Accept "mips4". (md_parse_option): Handle -mips4, and -mcpu=10000 and -mcpu=8000. (s_mipsset): Permit .set mips4.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e58d279..7cb13d7 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,18 @@
+Wed Mar 8 15:39:39 1995 Ian Lance Taylor <ian@cygnus.com>
+
+ * config/tc-mips.c (md_begin): Check for a cpu string of r8000 or
+ r10000. If mips_isa is 4, set the machine number to 8000.
+ (append_insn): If mips_isa is at least 4, don't generate nops for
+ coprocessor delays. Check INSN_READ_FPR_R when setting
+ mips_cprmask[1].
+ (mips_emit_delays): If mips_isa is at least 4, don't generate nops
+ for coprocessor delays.
+ (mips_ip): Check for INSN_ISA4 instructions. Handle new argument
+ types 'h', 'R', 'N', and 'M'.
+ (md_longopts): Accept "mips4".
+ (md_parse_option): Handle -mips4, and -mcpu=10000 and -mcpu=8000.
+ (s_mipsset): Permit .set mips4.
+
Wed Mar 8 09:36:05 1995 Michael Meissner <meissner@tiktok.cygnus.com>
* config/tc-ppc.c (ppc_elf_validate_fix): Allow .stab sections to