diff options
author | H.J. Lu <hjl@lucon.org> | 2002-04-06 01:51:35 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2002-04-06 01:51:35 +0000 |
commit | 7411c82485c18946df0da999ee9e408614d6ad92 (patch) | |
tree | a5dc78f333f16506201fa9074466352f0f8adc36 /gdb/solib-svr4.c | |
parent | a4f2fab217f5fd20863e8fc06f8882952123a84f (diff) | |
download | gdb-7411c82485c18946df0da999ee9e408614d6ad92.tar.gz |
2002-04-05 H.J. Lu (hjl@gnu.org)
* solib-svr4.c (bkpt_names): Add "__start".
Diffstat (limited to 'gdb/solib-svr4.c')
-rw-r--r-- | gdb/solib-svr4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/solib-svr4.c b/gdb/solib-svr4.c index 9c71509b643..1a7ffbf4870 100644 --- 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 }; |