This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ppc64-linux]: Recognize dl event entry point symbol


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.

Index: gdb/solib-svr4.c
===================================================================
RCS file: /cvs/src/src/gdb/solib-svr4.c,v
retrieving revision 1.32.8.1
diff -c -r1.32.8.1 solib-svr4.c
*** gdb/solib-svr4.c	11 Jun 2003 08:57:46 -0000	1.32.8.1
--- gdb/solib-svr4.c	11 Jun 2003 12:59:25 -0000
***************
*** 79,84 ****
--- 79,85 ----
    "r_debug_state",
    "_r_debug_state",
    "_dl_debug_state",
+   "._dl_debug_state",
    "rtld_db_dlactivity",
    "_rtld_debug_state",
    NULL


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]