PATCH: Add __start

H . J . Lu hjl@lucon.org
Fri Apr 5 11:51:00 GMT 2002


Is that ok to check it in? See

http://sources.redhat.com/ml/gdb/2002-03/msg00206.html


H.J.
---
2002-04-05  H.J. Lu  (hjl@gnu.org)

	* solib-svr4.c (bkpt_names): Add "__start".

--- gdb/solib-svr4.c.dso	Wed Mar  6 22:31:27 2002
+++ gdb/solib-svr4.c	Fri Apr  5 11:48:55 2002
@@ -92,6 +92,7 @@ static char *bkpt_names[] =
   SOLIB_BKPT_NAME,		/* Prefer configured name if it exists. */
 #endif
   "_start",
+  "__start",
   "main",
   NULL
 };



More information about the Gdb mailing list