gcc lint
[binutils-gdb.git] / gdb / mipsread.c
index d1228ea237f7d82c5bbd603d94937b96ec1d5e8b..608814de26615d1b57141ee09932a4ca3b23af24 100644 (file)
@@ -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;