mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-18 05:12:33 +08:00
2004-06-24 Andrew Cagney <cagney@gnu.org>
* objfiles.h (struct entry_info): Delete entry_func_lowpc and entry_func_highpc fields. * objfiles.c (init_entry_point_info): Do not clear entry_func_lowpc and entry_func_highpc. (objfile_relocate): Do not relocate entry_func_lowpc and entry_func_highpc. * dwarfread.c (read_func_scope): Do not set entry_func_lowpc and entry_func_highpc. * dwarf2read.c (read_func_scope): Do not set entry_func_lowpc and entry_func_highpc. * blockframe.c (legacy_frame_chain_valid): Replace tests against entry_func_lowpc and entry_func_highpc with call to inside_entry_func.
This commit is contained in:
@ -110,12 +110,6 @@ struct entry_info
|
||||
|
||||
#define INVALID_ENTRY_POINT (~0) /* ~0 will not be in any file, we hope. */
|
||||
|
||||
/* Start (inclusive) and end (exclusive) of function containing the
|
||||
entry point. */
|
||||
|
||||
CORE_ADDR entry_func_lowpc;
|
||||
CORE_ADDR entry_func_highpc;
|
||||
|
||||
/* Start (inclusive) and end (exclusive) of the user code main() function. */
|
||||
|
||||
CORE_ADDR main_func_lowpc;
|
||||
|
Reference in New Issue
Block a user