]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* solib-svr4.c (solib_break_names): Recognize the 64-bit PowerPC
authorJim Blandy <jimb@codesourcery.com>
Wed, 11 Jun 2003 13:00:34 +0000 (13:00 +0000)
committerJim Blandy <jimb@codesourcery.com>
Wed, 11 Jun 2003 13:00:34 +0000 (13:00 +0000)
Linux entry point symbols for _dl_debug_state, too.

gdb/ChangeLog
gdb/solib-svr4.c

index 13c8430bef0b8c31f16c72536acf712f3771507e..8d013620adae6617693752d0b2d75211b2d0661d 100644 (file)
@@ -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
index b8a6a830bce6dc594c0440e94e4af017d0821cc9..7b0abfd011321e545b5a0794f9c0a097d051ea51 100644 (file)
@@ -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