* arch-utils.c (#include "gdbthread.h"): Removed.
[binutils-gdb.git] / gdb / dbxread.c
index 56a1ccddf2db614375ebec55bb5a7277f887da40..cdb165762e86b05d102d848dc6ef121a1858363a 100644 (file)
@@ -46,7 +46,6 @@
 #include "gdb_stat.h"
 #include "symtab.h"
 #include "breakpoint.h"
-#include "command.h"
 #include "target.h"
 #include "gdbcore.h"           /* for bfd stuff */
 #include "libaout.h"           /* FIXME Secret internal BFD stuff for a.out */
@@ -213,7 +212,8 @@ find_text_range (bfd * sym_bfd, struct objfile *objfile)
 {
   asection *sec;
   int found_any = 0;
-  CORE_ADDR start, end;
+  CORE_ADDR start = 0;
+  CORE_ADDR end = 0;
 
   for (sec = sym_bfd->sections; sec; sec = sec->next)
     if (bfd_get_section_flags (sym_bfd, sec) & SEC_CODE)