mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
2004-05-07 Andrew Cagney <cagney@redhat.com>
* objfiles.h (struct entry_info): Delete unused fields deprecated_entry_file_lowpc and deprecated_entry_file_highpc. * objfiles.c (init_entry_point_info, objfile_relocate): Update. * mipsread.c (mipscoff_symfile_read): Update. * mdebugread.c (parse_partial_symbols): Update. * dwarfread.c (read_file_scope): Update. * dwarf2read.c (read_file_scope): Update. * dbxread.c (read_dbx_symtab, read_dbx_symtab): Update. * coffread.c (complete_symtab): Update.
This commit is contained in:
@ -1893,12 +1893,6 @@ read_file_scope (struct dieinfo *dip, char *thisdie, char *enddie,
|
||||
struct cleanup *back_to;
|
||||
struct symtab *symtab;
|
||||
|
||||
if (objfile->ei.entry_point >= dip->at_low_pc &&
|
||||
objfile->ei.entry_point < dip->at_high_pc)
|
||||
{
|
||||
objfile->ei.deprecated_entry_file_lowpc = dip->at_low_pc;
|
||||
objfile->ei.deprecated_entry_file_highpc = dip->at_high_pc;
|
||||
}
|
||||
set_cu_language (dip);
|
||||
if (dip->at_producer != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user