* infcmd.c (do_registers_info): Always print the raw floating
authorFred Fish <fnf@specifix.com>
Thu, 9 May 1996 04:20:43 +0000 (04:20 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 9 May 1996 04:20:43 +0000 (04:20 +0000)
point value's bytes in big endian order, so the the leftmost bit
is the most significant.
PR-9540

gdb/ChangeLog

index 5854fb3..8c91703 100644 (file)
@@ -1,5 +1,8 @@
-Wed May  8 14:07:50 1996  Fred Fish  <fnf@cygnus.com>
+Wed May  8 20:33:24 1996  Fred Fish  <fnf@cygnus.com>
 
+       * 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.