summaryrefslogtreecommitdiff
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
commit84ac8fc201191b16edd3c6e92bc10707f3b5f872 (patch)
tree01cc355933630388bdf2a6297038db76359ba840
parent6ec1223fe9a7874faf3c65d02bb42b73f0314002 (diff)
downloadgdb-84ac8fc201191b16edd3c6e92bc10707f3b5f872.tar.gz
* 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 4782dc0eca3..da205f846f7 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 5019d318a62..297171ec881 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
===============