From: Jim Blandy Date: Wed, 11 Jun 2003 13:00:34 +0000 (+0000) Subject: * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7d86ffedc7b07086a9d68faf5fe22980f8d1f9;p=thirdparty%2Fbinutils-gdb.git * solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC Linux entry point symbols for _dl_debug_state, too. --- 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