aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-01-02 21:51:58 +0000
committerIan Lance Taylor <ian@airs.com>1997-01-02 21:51:58 +0000
commita162a490004a763190fa56cd035dc9ae506eafbc (patch)
tree359fe28e3d54cff71c2356e5c80ae0535e04ce1c
parentd899ee85b4123a6f38c862575c6907f0c64dd57f (diff)
downloadgdb-a162a490004a763190fa56cd035dc9ae506eafbc.zip
gdb-a162a490004a763190fa56cd035dc9ae506eafbc.tar.gz
gdb-a162a490004a763190fa56cd035dc9ae506eafbc.tar.bz2
* config/tc-mips.c (load_register): Rewrite 64 bit handling to
work if valueT is only 32 bits.
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 946b7e2..41972c4 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,8 @@
Thu Jan 2 13:37:29 1997 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-mips.c (load_register): Rewrite 64 bit handling to
+ work if valueT is only 32 bits.
+
* config/tc-mips.c: Throughout, check target_big_endian rather
than byte_order.
(byte_order): Remove.