aboutsummaryrefslogtreecommitdiff
path: root/gdb/mipsread.c
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-09-08 21:04:59 +0000
committerK. Richard Pixley <rich@cygnus>1993-09-08 21:04:59 +0000
commite7bf1152a956221469c18da38ccd4e623cafd198 (patch)
tree5597760a7913fc42f3fe92c8569bed2e190972b7 /gdb/mipsread.c
parent0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b (diff)
downloadfsf-binutils-gdb-e7bf1152a956221469c18da38ccd4e623cafd198.zip
fsf-binutils-gdb-e7bf1152a956221469c18da38ccd4e623cafd198.tar.gz
fsf-binutils-gdb-e7bf1152a956221469c18da38ccd4e623cafd198.tar.bz2
gcc lint
Diffstat (limited to 'gdb/mipsread.c')
-rw-r--r--gdb/mipsread.c4
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;