aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-09-09 15:04:59 +0000
committerIan Lance Taylor <ian@airs.com>1996-09-09 15:04:59 +0000
commit517078c1b3b9e11fba127f6d9b5dd1ea08ca9d05 (patch)
treed9ac36d8061a36554b40801905b8813a8c11e58d /gas/ChangeLog
parent0be55272b47671f8ffee7e2d7bca90ffb0d460ee (diff)
downloadgdb-517078c1b3b9e11fba127f6d9b5dd1ea08ca9d05.zip
gdb-517078c1b3b9e11fba127f6d9b5dd1ea08ca9d05.tar.gz
gdb-517078c1b3b9e11fba127f6d9b5dd1ea08ca9d05.tar.bz2
* 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. (md_parse_option): Recognize -mcpu=[v][r]5000.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 1da7db5..7c6858c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,19 @@
+Mon Sep 9 10:57:42 1996 Ian Lance Taylor <ian@cygnus.com>
+
+ * 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.
+ (md_parse_option): Recognize -mcpu=[v][r]5000.
+
+Sat Sep 7 13:25:55 1996 James G. Smith <jsmith@cygnus.co.uk>
+
+ * config/tc-mips.c (COUNT_TOP_ZEROES): Added macro to count
+ leading zeroes.
+ (load_register): Ensure hi32 bits are not lost during lo32bit
+ processing. Fix shift offset that was overflowing into the next
+ instruction field. Add code to generate shorter sequences for
+ constants with a single contiguous seqeuence of ones.
+
start-sanitize-d10v
Fri Sep 6 17:07:12 1996 Martin M. Hunt <hunt@pizza.cygnus.com>