aboutsummaryrefslogtreecommitdiff
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
commit24a836bd61e90340f0fdd6e77c00b61eb2f579b1 (patch)
treea548c73a503ae9426e5dfd24131f26efdca6e216
parente1e95decd9d8e2166181980d757f7191b21805e0 (diff)
downloadgdb-24a836bd61e90340f0fdd6e77c00b61eb2f579b1.zip
gdb-24a836bd61e90340f0fdd6e77c00b61eb2f579b1.tar.gz
gdb-24a836bd61e90340f0fdd6e77c00b61eb2f579b1.tar.bz2
* NEWS: Document status of hppa64-hpux support.
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/NEWS5
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c4fb85d..1546a04 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-25 Joel Brobecker <brobecker@adacore.com>
+
+ * NEWS: Document status of hppa64-hpux support.
+
2007-10-24 Ulrich Weigand <uweigand@de.ibm.com>
* solib-svr4.c (set_solib_svr4_fetch_link_map_offsets): Call
diff --git a/gdb/NEWS b/gdb/NEWS
index ffecdd1..c1cc407 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,