diff options
author | Mark Kettenis <kettenis@gnu.org> | 2001-03-09 16:14:55 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2001-03-09 16:14:55 +0000 |
commit | 96836138dc1fb87c0ad3a8b3e54467458c5476a6 (patch) | |
tree | e839b4c3e4d1d534bded7c8bc4593b85adf204af /gdb/ChangeLog | |
parent | 1b59432770021935a1b9095a851fe33e2b1d1228 (diff) | |
download | gdb-96836138dc1fb87c0ad3a8b3e54467458c5476a6.zip gdb-96836138dc1fb87c0ad3a8b3e54467458c5476a6.tar.gz gdb-96836138dc1fb87c0ad3a8b3e54467458c5476a6.tar.bz2 |
* i387-tdep.c (print_i387_status_word): Fix printing of Stack
fault flag. It is bit 6 of the x87 FPU status word, not bit 7.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index a863008..0eb3003 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2001-03-09 Mark Kettenis <kettenis@gnu.org> + + * i387-tdep.c (print_i387_status_word): Fix printing of Stack + fault flag. It is bit 6 of the x87 FPU status word, not bit 7. + 2001-03-08 Andrew Cagney <ac131313@redhat.com> * configure.host (m88*-harris-cxux*): Mark as obsolete. |