diff options
author | John Gilmore <gnu@cygnus> | 1994-01-11 08:59:41 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1994-01-11 08:59:41 +0000 |
commit | c369b6a32f2d629c4ed70850adf20ec4057e84f5 (patch) | |
tree | 6341e6408b040a51754fa135dbdca56131e2249d /gdb/ChangeLog | |
parent | 7b2bcbf59d9eaa5123765fcc9640b7bbd4180e4f (diff) | |
download | binutils-c369b6a32f2d629c4ed70850adf20ec4057e84f5.zip binutils-c369b6a32f2d629c4ed70850adf20ec4057e84f5.tar.gz binutils-c369b6a32f2d629c4ed70850adf20ec4057e84f5.tar.bz2 |
* sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
Read and write the fsr (float status register) to/from the child
process. This avoids random float exceptions when running under
GDB, and probably obsoletes Peter Schauer's change of May 24 '93
(which remains for safety).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1a06726..2303918 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com) + + * sparc-nat.c (fetch_inferior_registers, store_inferior_registers): + Read and write the fsr (float status register) to/from the child + process. This avoids random float exceptions when running under + GDB, and probably obsoletes Peter Schauer's change of May 24 '93 + (which remains for safety). + Mon Jan 10 23:16:42 1994 John Gilmore (gnu@cygnus.com) * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ |