aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-05 22:22:57 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-05 22:22:57 +0000
commiteccbb20ddaae84c2f4dd6001cd714560be2aa3e5 (patch)
tree104d16507856235e91c6ce7dcb5ed4942d3a6068
parent5810f3948f2190536ac328f5820f750ec855565b (diff)
downloadfsf-binutils-gdb-eccbb20ddaae84c2f4dd6001cd714560be2aa3e5.zip
fsf-binutils-gdb-eccbb20ddaae84c2f4dd6001cd714560be2aa3e5.tar.gz
fsf-binutils-gdb-eccbb20ddaae84c2f4dd6001cd714560be2aa3e5.tar.bz2
* TODO (GDB 5.1 Known Problems): Document z8k as broken.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO12
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.
diff --git a/gdb/TODO b/gdb/TODO
index 5019d31..297171e 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -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
===============