summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-04-27 00:20:19 +0000
committerAndrew Cagney <cagney@redhat.com>2000-04-27 00:20:19 +0000
commit3163ba06a912387e7d497f9528138ff7d41dbc58 (patch)
tree0912d603877a28d3afc1d15668e9de0aca78f0c5
parent7bd9fbf6e43ba9f070a0181b265d3b07dc21b73e (diff)
downloadgdb-3163ba06a912387e7d497f9528138ff7d41dbc58.tar.gz
Document IRIX->ARM cross compile problem.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/TODO13
2 files changed, 17 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2ad21d6ec78..15960069141 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+Thu Apr 27 10:06:42 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ * TODO: Document IRIX X ARM cross compile problems.
+
Wed Apr 26 17:50:39 2000 Andrew Cagney <cagney@b1.cygnus.com>
* TODO: Document BFD automake problem.
diff --git a/gdb/TODO b/gdb/TODO
index 30140bc73c4..300477f0c81 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -159,6 +159,19 @@ included in the follow-on release.
--
+Can't build IRIX -> arm GDB.
+http://sourceware.cygnus.com/ml/gdb-patches/2000-04/msg00356.html
+
+David Whedon writes:
+> Now I'm building for an embedded arm target. If there is a way of turning
+> remote-rdi off, I couldn't find it. It looks like it gets built by default
+> in gdb/configure.tgt(line 58) Anyway, the build dies in
+> gdb/rdi-share/unixcomm.c. SERPORT1 et. al. never get defined because we
+> aren't one of the architectures supported.
+
+
+--
+
------------------------------------------------
Code cleanups