[gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-objfile-overlap-outer.S
index 9fa578db8ad70c7df7db852e013d99d91bd674fe..75efa01400344d9a1e747fcdadafa9c0a659f3cb 100644 (file)
@@ -55,6 +55,7 @@ outer_after:
        /* CU die */
        .uleb128 1                              /* Abbrev: DW_TAG_compile_unit */
        .4byte  .Lline1_begin                   /* DW_AT_stmt_list */
+       .4byte  0                               /* DW_AT_low_pc */
        .4byte  .Ldebug_ranges                  /* DW_AT_ranges */
        .ascii  "outer.c\0"                     /* DW_AT_name */
         .ascii  "/tmp\0"                       /* DW_AT_comp_dir */
@@ -101,6 +102,8 @@ outer_after:
        .byte           1                       /* has_children */
        .uleb128        0x10                    /* DW_AT_stmt_list */
        .uleb128        0x6                     /* DW_FORM_data4 */
+       .uleb128        0x11                    /* DW_AT_low_pc */
+       .uleb128        0x1                     /* DW_FORM_addr */
        .uleb128        0x55                    /* DW_AT_ranges */
        .uleb128        0x6                     /* DW_FORM_data4 */
        .uleb128        0x3                     /* DW_AT_name */
This page took 0.023976 seconds and 4 git commands to generate.