From: John Gilmore Date: Thu, 11 Feb 1993 09:52:25 +0000 (+0000) Subject: * mips-tdep.c (isa_NAN): Fix byte order dependency. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=015605c5ae0537e4425214f1408b4b71ab2bd38f;p=binutils-gdb.git * mips-tdep.c (isa_NAN): Fix byte order dependency. Reported by Nobuyuki Hikichi , fixed by sato@sm.sony.co.jp. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 32f7f9e8131..1519e93f689 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 , + 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