From: Andrew Cagney Date: Mon, 5 Mar 2001 22:22:57 +0000 (+0000) Subject: * TODO (GDB 5.1 Known Problems): Document z8k as broken. X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=eccbb20ddaae84c2f4dd6001cd714560be2aa3e5;p=deliverable%2Fbinutils-gdb.git * TODO (GDB 5.1 Known Problems): Document z8k as broken. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 4782dc0eca..da205f846f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2001-03-05 Andrew Cagney + + * TODO (GDB 5.1 Known Problems): Document z8k as broken. + Mon Mar 5 11:56:09 2001 Christopher Faylor * wince.c: Change realloc to xrealloc throughout. diff --git a/gdb/TODO b/gdb/TODO index 5019d318a6..297171ec88 100644 --- a/gdb/TODO +++ b/gdb/TODO @@ -238,6 +238,18 @@ similarly. 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