* dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
DW_TAG_inlined_subroutine.
This commit is contained in:
parent
3b3acb8bae
commit
6eef13555f
2 changed files with 5 additions and 1 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue