forked from Imagelibrary/binutils-gdb
2003-07-18 Andrew Cagney <cagney@redhat.com>
* gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Delete method. * gdbarch.h, gdbarch.c: Re-generate. * i386-tdep.c (i386_gdbarch_init): Do not set DWARF2_BUILD_FRAME_INFO. * elfread.c (elf_symfile_read): Call dwarf2_build_frame_info unconditionally. * alpha-tdep.c (alpha_dwarf2_init_abi): Do not set DWARF2_BUILD_FRAME_INFO.
This commit is contained in:
@@ -610,8 +610,9 @@ elf_symfile_read (struct objfile *objfile, int mainline)
|
||||
ei.lnoffset, ei.lnsize);
|
||||
}
|
||||
|
||||
if (DWARF2_BUILD_FRAME_INFO_P ())
|
||||
DWARF2_BUILD_FRAME_INFO(objfile);
|
||||
/* FIXME: kettenis/20030504: This still needs to be integrated with
|
||||
dwarf2read.c in a better way. */
|
||||
dwarf2_build_frame_info (objfile);
|
||||
}
|
||||
|
||||
/* This cleans up the objfile's sym_stab_info pointer, and the chain of
|
||||
|
||||
Reference in New Issue
Block a user