OSDN Git Service

2004-06-24 Andrew Cagney <cagney@gnu.org>
authorcagney <cagney>
Thu, 24 Jun 2004 20:42:42 +0000 (20:42 +0000)
committercagney <cagney>
Thu, 24 Jun 2004 20:42:42 +0000 (20:42 +0000)
commitacc133d8155b189ec6898cdbe6c41ac0e16e5f5b
tree3f55b4e383fcad4326c201253cb517d3ba2dae61
parent0cfd89df55da6abea77f6adb88c9fa86689d5739
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.
gdb/ChangeLog
gdb/blockframe.c
gdb/dwarf2read.c
gdb/dwarfread.c
gdb/objfiles.c
gdb/objfiles.h