aboutsummaryrefslogtreecommitdiff
path: root/binutils/dwarf.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-04-09 14:36:59 +0000
committerDaniel Jacobowitz <drow@false.org>2007-04-09 14:36:59 +0000
commit6eef13555fc27f5e4e7a10e229883ae57f0560d9 (patch)
tree70b93557d0748503db8f49963b269cf0823721c9 /binutils/dwarf.c
parent3b3acb8bae82c13947b8248d3ade556b7bf4f168 (diff)
downloadfsf-binutils-gdb-6eef13555fc27f5e4e7a10e229883ae57f0560d9.zip
fsf-binutils-gdb-6eef13555fc27f5e4e7a10e229883ae57f0560d9.tar.gz
fsf-binutils-gdb-6eef13555fc27f5e4e7a10e229883ae57f0560d9.tar.bz2
* dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
DW_TAG_inlined_subroutine.
Diffstat (limited to 'binutils/dwarf.c')
-rw-r--r--binutils/dwarf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/dwarf.c b/binutils/dwarf.c
index f09ed1e..a0cecba 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. */