aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1993-02-11 09:52:25 +0000
committerJohn Gilmore <gnu@cygnus>1993-02-11 09:52:25 +0000
commit015605c5ae0537e4425214f1408b4b71ab2bd38f (patch)
tree4698cb78a10d7526d73b12e320c86e6230058378 /gdb/ChangeLog
parente5eeaaf86c6b7dba71e6b9f5e48047a1f05f04b5 (diff)
downloadgdb-015605c5ae0537e4425214f1408b4b71ab2bd38f.zip
gdb-015605c5ae0537e4425214f1408b4b71ab2bd38f.tar.gz
gdb-015605c5ae0537e4425214f1408b4b71ab2bd38f.tar.bz2
* mips-tdep.c (isa_NAN): Fix byte order dependency.
Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>, fixed by sato@sm.sony.co.jp.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 32f7f9e..1519e93 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Thu Feb 11 00:59:07 1993 John Gilmore (gnu@cygnus.com)
+ * mips-tdep.c (isa_NAN): Fix byte order dependency.
+ Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>,
+ fixed by sato@sm.sony.co.jp.
+
* xcoffread.c (parmsym): Don't use an initializer to set up
this struct symbol. Set it up in initialize_xcoffread.
(read_xcoff_symtab, xcoff_symfile_read): Surround code that only