aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-03-08 03:19:59 +0000
committerAndrew Cagney <cagney@redhat.com>2001-03-08 03:19:59 +0000
commitcfc046cf083b44c6e93cdfbe142767afd5223692 (patch)
tree0f2abb038f642a5cbeb659ae0d6d1b2dc25b8a36
parentf9faad58a2df482351df73faa1c6fe4c37fcffba (diff)
downloadgdb-cfc046cf083b44c6e93cdfbe142767afd5223692.zip
gdb-cfc046cf083b44c6e93cdfbe142767afd5223692.tar.gz
gdb-cfc046cf083b44c6e93cdfbe142767afd5223692.tar.bz2
Doco SID + GDB + Solaris 8 broken.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/TODO44
2 files changed, 21 insertions, 28 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 32e592f..264be2b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2001-03-07 Andrew Cagney <ac131313@redhat.com>
+
+ * TODO (GDB 5.1 Known Problems): Document problem of building GDB
+ with SID on Solaris 8.
+
2001-03-07 Mark Kettenis <kettenis@gnu.org>
* defs.h: Provide prototypes for floatformat_is_negative,
diff --git a/gdb/TODO b/gdb/TODO
index 297171e..28bbbe9 100644
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -84,34 +84,6 @@ Mark
--
-Re: GDB 5.0.1?
-http://sources.redhat.com/ml/gdb/2000-07/msg00038.html
-
-Is the Solaris 8 x86 problem fixed? When you configure it, configure
-incorrectly determines that I have no curses.h. This causes mucho
-compilation errors later on.
-
-Simply editing the config.h to define CURSES_H fixes the problem, and
-then the build works fine.
-
-The status for this problem:
-
-Solaris 8 x86 (PIII-560)
-gcc 2.95.2
-
-I had the same problem with several of the snapshots shortly before
-5.0 became official, and 5.0 has the same problem.
-
-I sent some mail in about it long ago, and never saw a reply.
-
-I haven't had time to figure it out myself, especially since I get all
-confused trying to figure out what configure does, I was happy to find
-the workaround.
-
-Mike
-
---
-
GDB 5.1 - New features
======================
@@ -252,6 +224,22 @@ was occuring in the opcodes directory.
--
+Solaris 8 x86 CURSES_H problem
+http://sources.redhat.com/ml/gdb/2000-07/msg00038.html
+
+The original problem was worked around with:
+
+ 2000-06-06 Michael Snyder <msnyder@cygnus.com>
+
+ * configure.in: Enable autoconf to find curses.h on Solaris 2.8.
+ * configure: Regenerate.
+
+When building both GDB and SID using the same source tree the problem
+will still occure. sid/component/configure.in mis-configures
+<curses.h> and leaves wrong information in the config cache.
+
+--
+
GDB 5.2 - Fixes
===============