diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/TODO | 12 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4782dc0..da205f8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-03-05 Andrew Cagney <ac131313@redhat.com> + + * TODO (GDB 5.1 Known Problems): Document z8k as broken. + Mon Mar 5 11:56:09 2001 Christopher Faylor <cgf@cygnus.com> * wince.c: Change realloc to xrealloc throughout. @@ -240,6 +240,18 @@ http://sourceware.cygnus.com/ml/gdb/2000-q1/msg00845.html -- + GDB 5.1 Known Problems + ====================== + +-- + +z8k + +The z8k has suffered bit rot and is known to not build. The problem +was occuring in the opcodes directory. + +-- + GDB 5.2 - Fixes =============== |