* dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
authorDaniel Jacobowitz <drow@false.org>
Mon, 9 Apr 2007 14:36:59 +0000 (14:36 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 9 Apr 2007 14:36:59 +0000 (14:36 +0000)
DW_TAG_inlined_subroutine.

binutils/ChangeLog
binutils/dwarf.c

index 5a528aa070655fefce7888f49179384d34757cad..1fa48f5348b2d9983995e4fed800fe1f627cb6a9 100644 (file)
@@ -1,3 +1,8 @@
+2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
+       DW_TAG_inlined_subroutine.
+
 2007-04-06  Matt Thomas  <matt@netbsd.org>
 
        * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
index f09ed1e9c04001ac90a2ef09be697d9bd0e254c8..a0cecba0948da77d4aa7e909f49063d0199cff9f 100644 (file)
@@ -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.  */
This page took 0.037684 seconds and 4 git commands to generate.