From 73c1e0a129954a6abedb1071816c769eae068ae9 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 7 May 2004 14:29:34 +0000 Subject: 2004-05-07 Andrew Cagney * 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. --- gdb/mdebugread.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gdb/mdebugread.c') diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index f00cce4..c0165ab 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -3601,13 +3601,6 @@ parse_partial_symbols (struct objfile *objfile) includes_used = 0; dependencies_used = 0; - if (objfile->ei.entry_point >= save_pst->textlow && - objfile->ei.entry_point < save_pst->texthigh) - { - objfile->ei.deprecated_entry_file_lowpc = save_pst->textlow; - objfile->ei.deprecated_entry_file_highpc = save_pst->texthigh; - } - /* The objfile has its functions reordered if this partial symbol table overlaps any other partial symbol table. We cannot assume a reordered objfile if a partial symbol table -- cgit v1.1