From ce7d86ffedc7b07086a9d68faf5fe22980f8d1f9 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 11 Jun 2003 13:00:34 +0000 Subject: [PATCH] * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC Linux entry point symbols for _dl_debug_state, too. --- gdb/ChangeLog | 3 +++ gdb/solib-svr4.c | 1 + 2 files changed, 4 insertions(+) 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 + * 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 -- 2.47.2