OSDN Git Service

2002-04-05 H.J. Lu (hjl@gnu.org)
authorH.J. Lu <hjl@lucon.org>
Sat, 6 Apr 2002 01:51:35 +0000 (01:51 +0000)
committerH.J. Lu <hjl@lucon.org>
Sat, 6 Apr 2002 01:51:35 +0000 (01:51 +0000)
* solib-svr4.c (bkpt_names): Add "__start".

gdb/ChangeLog
gdb/solib-svr4.c

index a709c26..69c4389 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-05  H.J. Lu  (hjl@gnu.org)
+
+       * solib-svr4.c (bkpt_names): Add "__start".
+
 2002-04-04  Andrew Cagney  <ac131313@redhat.com>
 
        * sparc-tdep.c (sparc_push_dummy_frame): Use GDB_TARGET_IS_SPARC64
index 9c71509..1a7ffbf 100644 (file)
@@ -92,6 +92,7 @@ static char *bkpt_names[] =
   SOLIB_BKPT_NAME,             /* Prefer configured name if it exists. */
 #endif
   "_start",
+  "__start",
   "main",
   NULL
 };