diff options
author | unknown <sasha@mysql.sashanet.com> | 2001-02-03 07:34:46 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2001-02-03 07:34:46 -0700 |
commit | 7128808cbdde94e02763cb0ce726ddfac6bde5f1 (patch) | |
tree | ac9df204274559783d80578fe8746596bb85f6c6 /extra/resolve_stack_dump.c | |
parent | f85e11f69f484d3ddb8a33a215bc3ef745809f02 (diff) | |
download | mariadb-git-7128808cbdde94e02763cb0ce726ddfac6bde5f1.tar.gz |
extra/resolve_stack_dump.c
skip gcc2_compiled. junk
extra/resolve_stack_dump.c:
skip gcc2_compiled. junk
Diffstat (limited to 'extra/resolve_stack_dump.c')
-rw-r--r-- | extra/resolve_stack_dump.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extra/resolve_stack_dump.c b/extra/resolve_stack_dump.c index 5bfdd22f8fc..a91c9588fbb 100644 --- a/extra/resolve_stack_dump.c +++ b/extra/resolve_stack_dump.c @@ -31,7 +31,7 @@ #define INIT_SYM_TABLE 4096 #define INC_SYM_TABLE 4096 #define MAX_SYM_SIZE 128 -#define DUMP_VERSION "1.0" +#define DUMP_VERSION "1.1" #define HEX_INVALID (uchar)255 typedef ulong my_long_addr_t ; /* at some point, we need to fix configure @@ -198,6 +198,8 @@ static int init_sym_entry(SYM_ENTRY* se, char* buf) break; } *p = 0; + if(!strcmp(se->symbol, "gcc2_compiled.")) + return -1; return 0; } |