summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2001-12-19 00:20:28 +0000
committerKevin Buettner <kevinb@redhat.com>2001-12-19 00:20:28 +0000
commit18b2fa7ecec1f27b00bee75b72d3d0909f4ce3a7 (patch)
treec7ec7754bedf9d66cc8328af3bc71bc08bc0a611
parent60ab30ffc02c26634362f259133507ef194797b8 (diff)
downloadgdb-18b2fa7ecec1f27b00bee75b72d3d0909f4ce3a7.tar.gz
Fix x86 floating point vs. thread problem in 5.1 branch.
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4ac4aed9870..e1232ebf996 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2001-12-18 Kevin Buettner <kevinb@redhat.com>
+
+ * i387-nat.c (i387_fill_fxsave): Change type of ``val'' from char
+ to short so that we don't memcpy() beyond the end of this buffer.
+ Also, change shift value used in computing val to account for the
+ fact that only eight bits are used.
+
2001-12-07 Andrew Cagney <ac131313@redhat.com>
* PROBLEMS: New file. Add title.