summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-06-11 13:00:34 +0000
committerJim Blandy <jimb@codesourcery.com>2003-06-11 13:00:34 +0000
commit378fffd8b70a06b9b2d7deb11163fddc9953609f (patch)
tree55520dc4276d341a7d3c21fbe311cfd044971a89
parentfd28d984fea20cbccf86fce2dfeacedaed1f8dcc (diff)
downloadgdb-378fffd8b70a06b9b2d7deb11163fddc9953609f.tar.gz
* solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
Linux entry point symbols for _dl_debug_state, too.
-rw-r--r--gdb/ChangeLog3
-rw-r--r--gdb/solib-svr4.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 13c8430bef0..8d013620ada 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
2003-06-11 Jim Blandy <jimb@redhat.com>
+ * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
+ Linux entry point symbols for _dl_debug_state, too.
+
* ppc-linux-tdep.c (ppc64_linux_convert_from_func_ptr_addr): New
function.
(ppc_linux_init_abi): Register it as the
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c
index b8a6a830bce..7b0abfd0113 100644
--- a/gdb/solib-svr4.c
+++ b/gdb/solib-svr4.c
@@ -79,6 +79,7 @@ static char *solib_break_names[] =
"r_debug_state",
"_r_debug_state",
"_dl_debug_state",
+ "._dl_debug_state",
"rtld_db_dlactivity",
"_rtld_debug_state",
NULL