aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1998-03-09 19:59:52 +0000
committerJim Wilson <wilson@tuliptree.org>1998-03-09 19:59:52 +0000
commitc391655e30a994ec207e8e352b21a078a9c316bd (patch)
treeeb0cf5cec003aa2c544ee5a360acf02580d12805
parentba4be194df23a3a451a62191037c282cf3111e3e (diff)
downloadbinutils-c391655e30a994ec207e8e352b21a078a9c316bd.zip
binutils-c391655e30a994ec207e8e352b21a078a9c316bd.tar.gz
binutils-c391655e30a994ec207e8e352b21a078a9c316bd.tar.bz2
Patch to fix irix6-x-mips64-elf simulator failures.
* sim-fpu.c (NR_GUARDS64): Change NR_PAD32 to NR_PAD64.
-rw-r--r--sim/common/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog
index 1762b08..764a284 100644
--- a/sim/common/ChangeLog
+++ b/sim/common/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 9 11:59:03 1998 Jim Wilson <wilson@cygnus.com>
+
+ * sim-fpu.c (NR_GUARDS64): Change NR_PAD32 to NR_PAD64.
+
Tue Mar 3 10:53:05 1998 Andrew Cagney <cagney@b1.cygnus.com>
* sim-types.h (SIGNED32, SIGNED64): Pacify GCC.