aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@linux-mips.org>2002-07-30 19:27:31 +0000
committerMaciej W. Rozycki <macro@linux-mips.org>2002-07-30 19:27:31 +0000
commit460597bab5ea450ca0c76f80d7ee5f0ba9f62db7 (patch)
tree145ce39a62efbcd8d9290f431f265e2cacdfb3b4 /gas/ChangeLog
parent9bd7d9360092f31dd487b6e1fa441ae1bc144203 (diff)
downloadgdb-460597bab5ea450ca0c76f80d7ee5f0ba9f62db7.zip
gdb-460597bab5ea450ca0c76f80d7ee5f0ba9f62db7.tar.gz
gdb-460597bab5ea450ca0c76f80d7ee5f0ba9f62db7.tar.bz2
* tc-mips.c (load_address): Don't clobber $at when loading a
64-bit address in non-PIC code if noat is in effect. (macro): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e6b985b..b73a2ea 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,11 @@
2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
+ * tc-mips.c (load_address): Don't clobber $at when loading a
+ 64-bit address in non-PIC code if noat is in effect.
+ (macro): Likewise.
+
+2002-07-30 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
+
* config/tc-mips.c (macro): Use codes 6 and 7 in trap instructions
used in division/multiply macro expansions similarly to how they
are used in the variants with break instructions.