projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f32e7a7
)
2002-04-05 H.J. Lu (hjl@gnu.org)
author
H.J. Lu
<hjl.tools@gmail.com>
Sat, 6 Apr 2002 01:51:35 +0000
(
01:51
+0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Sat, 6 Apr 2002 01:51:35 +0000
(
01:51
+0000)
* solib-svr4.c (bkpt_names): Add "__start".
gdb/ChangeLog
patch
|
blob
|
history
gdb/solib-svr4.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index a709c26e7203138d3765fc793bad1017c4173c66..69c438959b83282551020d4fd487beea0025bd78 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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
diff --git
a/gdb/solib-svr4.c
b/gdb/solib-svr4.c
index 9c71509b6433bcd2e75843265c7334a713675b38..1a7ffbf487077938219e09f7ca92177783125139 100644
(file)
--- a/
gdb/solib-svr4.c
+++ b/
gdb/solib-svr4.c
@@
-92,6
+92,7
@@
static char *bkpt_names[] =
SOLIB_BKPT_NAME, /* Prefer configured name if it exists. */
#endif
"_start",
+ "__start",
"main",
NULL
};