diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index ff7eb76..a2e304e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2001-04-27 Don Howard <dhoward@redhat.com> + (Changes from Kevin Buettner, with minor update by Don Howard.) + + * i387-nat.c (i387_supply_fxsave, i387_fill_fxsave, i387_tag): Fix + typos in which hexadecimal constants were really intended to be + binary constants. + (i387_tag): Swap logic regarding zero vs non-zero exponents. * MAINTAINERS (Misc): Added myself to the write-after-approval list. |