Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* PATCH: Add __start
@ 2002-04-05 11:51 H . J . Lu
  2002-04-05 17:42 ` Kevin Buettner
  0 siblings, 1 reply; 2+ messages in thread
From: H . J . Lu @ 2002-04-05 11:51 UTC (permalink / raw)
  To: GDB

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
 };


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-04-06  1:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-05 11:51 PATCH: Add __start H . J . Lu
2002-04-05 17:42 ` Kevin Buettner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox