aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-04-03 16:37:07 +0000
committerAndrew Cagney <cagney@redhat.com>2004-04-03 16:37:07 +0000
commit43e2e1a04b04f8c5c2c323262591b05c853acfaa (patch)
tree03585c07fd39320373d7f18b2f158914f784de47
parentb579531740c4cbefbbfec33b6fe042ce61baf361 (diff)
downloadgdb-43e2e1a04b04f8c5c2c323262591b05c853acfaa.zip
gdb-43e2e1a04b04f8c5c2c323262591b05c853acfaa.tar.gz
gdb-43e2e1a04b04f8c5c2c323262591b05c853acfaa.tar.bz2
2004-04-03 Andrew Cagney <cagney@redhat.com>
* PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/PROBLEMS8
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3520d11..65f612f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-03 Andrew Cagney <cagney@redhat.com>
+
+ * PROBLEMS: Mention that GDB doesn't build on HP/UX 11.00.
+
2004-04-02 Andrew Cagney <cagney@redhat.com>
* sh64-tdep.c (sh64_init_extra_frame_info): Replace
diff --git a/gdb/PROBLEMS b/gdb/PROBLEMS
index 0a5a1cd..2f53313 100644
--- a/gdb/PROBLEMS
+++ b/gdb/PROBLEMS
@@ -4,6 +4,14 @@
See also: http://www.gnu.org/software/gdb/bugs/
+*** Build problems
+
+build/1458: comple failed on hpux11
+
+GDB 6.1 is known to have build problems on HP/UX 11.00 using the
+vendor supplied compilers (GDB does build on HP/UX 11.11, and using
+GCC).
+
*** Misc
gdb/1560: Control-C does not always interrupt GDB.