summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-10-25 05:57:58 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-10-25 05:57:58 +0000
commitaeb8eef720b65550bb0638a11b27d61e4c3e9e18 (patch)
tree216fd566720a24778f3493f27836b36a03997165 /gdb/NEWS
parent4cdbea747f027b444db9bebedb3fbb742fa0874f (diff)
downloadgdb-aeb8eef720b65550bb0638a11b27d61e4c3e9e18.tar.gz
* NEWS: Document status of hppa64-hpux support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index ffecdd134c0..c1cc4079ad1 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -21,6 +21,11 @@ registers on PowerPC targets.
* The GDB remote stub, gdbserver, now supports thread debugging on GNU/Linux
targets even when the libthread_db library is not available.
+* hppa*64*-*-hpux11* target broken
+ The debugger is unable to start a program and fails with the following
+ error: "Error trying to get information about dynamic linker".
+ The gdb-6.7 release is also affected.
+
*** Changes in GDB 6.7
* Resolved 101 resource leaks, null pointer dereferences, etc. in gdb,