diff options
author | Joel Brobecker <brobecker@gnat.com> | 2005-03-28 22:31:55 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2005-03-28 22:31:55 +0000 |
commit | 6d1eba4cf3eb987e53fd893fe2f1faa81c2bea89 (patch) | |
tree | f497fee6d73c88f4afd2dc010b9935a2e1e1d23a /gdb/ChangeLog | |
parent | fce5e386039b00a4fd48ca41cfcaba4e95e99aba (diff) | |
download | binutils-gdb-6d1eba4cf3eb987e53fd893fe2f1faa81c2bea89.tar.gz |
* irix5-nat.c (supply_fpregset): Fix bug that caused the FSR
register value to be incorrectly written in the regcache.
(fill_fpregset): Fix bug that caused the FSR register value
to be incorrectly read from the regcache.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0a40a10a9e7..e43353526b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2005-03-28 Joel Brobecker <brobecker@adacore.com> + + * irix5-nat.c (supply_fpregset): Fix bug that caused the FSR + register value to be incorrectly written in the regcache. + (fill_fpregset): Fix bug that caused the FSR register value + to be incorrectly read from the regcache. + 2005-03-28 Daniel Jacobowitz <dan@codesourcery.com> * remote-rdi.c (arm_rdi_insert_breakpoint): Don't call |