diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-01-17 16:13:44 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-01-17 16:13:44 +0000 |
commit | 23f61eaae8fd0675f17c2cdaec153676afdbc124 (patch) | |
tree | f593764d90f43f54216f9b7e7eaf2d76e770d17c /gas | |
parent | ea77c26aef9aafc4a429a4475c8bd6c2460ba4a2 (diff) | |
download | gdb-23f61eaae8fd0675f17c2cdaec153676afdbc124.zip gdb-23f61eaae8fd0675f17c2cdaec153676afdbc124.tar.gz gdb-23f61eaae8fd0675f17c2cdaec153676afdbc124.tar.bz2 |
* config/tc-mips.c (mips_4650): New static variable.
(md_begin): Handle a cpu string of "4650". If mips_4650 was not
initialized, set it to 0.
(append_insn): Don't insert nops around HI and LO on a 4650.
(mips_emit_delays): Likewise.
(mips_ip): Use INSN_ISA mask to check ISA of instruction. Check
for INSN_4650.
(md_longopts): Add m4650 and no-m4650.
(md_parse_option): Handle mips-cpu=4650. Handle -m4650 and
-no-m4650.
* doc/as.texinfo: Document new MIPS options.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6786d17..fe4762e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +Tue Jan 17 10:58:06 1995 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * config/tc-mips.c (mips_4650): New static variable. + (md_begin): Handle a cpu string of "4650". If mips_4650 was not + initialized, set it to 0. + (append_insn): Don't insert nops around HI and LO on a 4650. + (mips_emit_delays): Likewise. + (mips_ip): Use INSN_ISA mask to check ISA of instruction. Check + for INSN_4650. + (md_longopts): Add m4650 and no-m4650. + (md_parse_option): Handle mips-cpu=4650. Handle -m4650 and + -no-m4650. + * doc/as.texinfo: Document new MIPS options. + Sat Jan 14 23:48:13 1995 Steve Chamberlain <sac@jonny> * config/tc-w65.c, config/tc-w65.h, config/w65.mt: Newfiles. |