diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/README | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6c5cd24..7ec65eb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2001-11-02 Andrew Cagney <ac131313@redhat.com> + * README: Mention problem with alpha-dec-osf5.1. + +2001-11-02 Andrew Cagney <ac131313@redhat.com> + * utils.c (internal_verror): Restore calls to abort(). Fix PR gdb/219. @@ -445,6 +445,12 @@ Due to a problem with ltconfig and long argument lines, GDB does not configure on HP/UX 11.00. +alpha-dec-osf5.1 + +Due to a problem in GDB's symbol table reader, GDB builds but does not +run on this platform. See gdb/237. + + Remote debugging ================= |