diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/PROBLEMS | 14 |
2 files changed, 18 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13d4029..848af85 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2002-01-30 Andrew Cagney <ac131313@redhat.com> + + * PROBLEMS: Note that the i386 fix was missing from 5.1.1. + 2002-01-15 Rodney Brown <rbrown64@csc.com.au> * config/i386/tm-i386v4.h: Define HAVE_I387_REGS. diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS index 79bc2cf..0ae1e4d 100644 --- a/gdb/PROBLEMS +++ b/gdb/PROBLEMS @@ -1,3 +1,17 @@ + Known problems in GDB 5.1.1 + + +See also the bug database http://www.gnu.org/software/gdb/bugs/ + + +Contrary to the GDB 5.1 announcement, the update did not contain fixes +to a i386 floating point problem. The latest sources do contain the +fix and it will be included in GDB 5.2. + + + Known problems in GDB 5.1 + + hppa2.0-hp-hpux10.20 Due to a problem (conflicting types) with libiberty/regex.c, GDB 5.1 |