From: Fred Fish Date: Thu, 9 May 1996 04:20:43 +0000 (+0000) Subject: * infcmd.c (do_registers_info): Always print the raw floating X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ae2f078835bb49e058ec436645ffe03381cb788;p=binutils-gdb.git * infcmd.c (do_registers_info): Always print the raw floating point value's bytes in big endian order, so the the leftmost bit is the most significant. PR-9540 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5854fb387e5..8c91703d82e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ -Wed May 8 14:07:50 1996 Fred Fish +Wed May 8 20:33:24 1996 Fred Fish + * infcmd.c (do_registers_info): Always print the raw floating + point value's bytes in big endian order, so the the leftmost bit + is the most significant. * breakpoint.c (clear_momentary_breakpoints): Remove dead code that is referenced nowhere else. (set_breakpoint): Ditto.