From: Daniel Jacobowitz Date: Mon, 9 Apr 2007 14:36:59 +0000 (+0000) Subject: * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for X-Git-Tag: binutils-2_18-branchpoint~1125 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6eef13555fc27f5e4e7a10e229883ae57f0560d9;p=thirdparty%2Fbinutils-gdb.git * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for DW_TAG_inlined_subroutine. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5a528aa0706..1fa48f5348b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2007-04-09 Daniel Jacobowitz + + * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for + DW_TAG_inlined_subroutine. + 2007-04-06 Matt Thomas * MAINTAINERS: Add myself as VAX and NetBSD support maintainer. diff --git a/binutils/dwarf.c b/binutils/dwarf.c index f09ed1e9c04..a0cecba0948 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -1733,7 +1733,6 @@ process_debug_info (struct dwarf_section *section, void *file, need_base_address = 1; break; case DW_TAG_entry_point: - case DW_TAG_inlined_subroutine: case DW_TAG_subprogram: need_base_address = 0; /* Assuming that there is no DW_AT_frame_base. */