I happened to notice that last_o_file_start is write-only in
read_dbx_symtab. This patch removes it. Tested by rebuilding.
2014-02-20 Tom Tromey <tromey@redhat.com>
* dbxread.c (read_dbx_symtab): Remove last_o_file_start.
+2014-02-20 Tom Tromey <tromey@redhat.com>
+
+ * dbxread.c (read_dbx_symtab): Remove last_o_file_start.
+
2014-02-20 Doug Evans <xdje42@gmail.com>
* guile/scm-gsmob.c (gdbscm_init_eqable_gsmob): New arg containing_scm.
2014-02-20 Doug Evans <xdje42@gmail.com>
* guile/scm-gsmob.c (gdbscm_init_eqable_gsmob): New arg containing_scm.
char *namestring;
int nsl;
int past_first_source_file = 0;
char *namestring;
int nsl;
int past_first_source_file = 0;
- CORE_ADDR last_o_file_start = 0;
CORE_ADDR last_function_start = 0;
struct cleanup *back_to;
bfd *abfd;
CORE_ADDR last_function_start = 0;
struct cleanup *back_to;
bfd *abfd;
}
else
past_first_source_file = 1;
}
else
past_first_source_file = 1;
- last_o_file_start = nlist.n_value;