aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-05-09 04:20:43 +0000
committerFred Fish <fnf@specifix.com>1996-05-09 04:20:43 +0000
commit2ae2f078835bb49e058ec436645ffe03381cb788 (patch)
treeba423ef8d1e9b614cb9adf1e2f5b9d2d8d3355c1
parent3f37b6961216048f92b5fa82d8f33d395e27c05b (diff)
downloadgdb-2ae2f078835bb49e058ec436645ffe03381cb788.zip
gdb-2ae2f078835bb49e058ec436645ffe03381cb788.tar.gz
gdb-2ae2f078835bb49e058ec436645ffe03381cb788.tar.bz2
* 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
-rw-r--r--gdb/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5854fb3..8c91703 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.