diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:04:59 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-08 21:04:59 +0000 |
commit | e7bf1152a956221469c18da38ccd4e623cafd198 (patch) | |
tree | 5597760a7913fc42f3fe92c8569bed2e190972b7 /gdb/mipsread.c | |
parent | 0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b (diff) | |
download | gdb-e7bf1152a956221469c18da38ccd4e623cafd198.zip gdb-e7bf1152a956221469c18da38ccd4e623cafd198.tar.gz gdb-e7bf1152a956221469c18da38ccd4e623cafd198.tar.bz2 |
gcc lint
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r-- | gdb/mipsread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/mipsread.c b/gdb/mipsread.c index d1228ea..608814d 100644 --- a/gdb/mipsread.c +++ b/gdb/mipsread.c @@ -2564,7 +2564,7 @@ psymtab_to_symtab_1 (pst, filename) char *pdr_ptr; char *pdr_end; int first_pdr; - unsigned long first_off; + unsigned long first_off = 0; /* This symbol table contains stabs-in-ecoff entries. */ @@ -3305,7 +3305,7 @@ fixup_sigtramp () { struct symbol *s; struct symtab *st; - struct block *b, *b0; + struct block *b, *b0 = NULL; sigtramp_address = -1; |