diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S b/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S index bfe3889..8f7103d 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S @@ -24,8 +24,8 @@ .byte 0x1 /* DW_AT_language */ .ascii "dw2-abs-hi-pc-hello.c\0" /* DW_AT_name */ .ascii "/tmp\0" /* DW_AT_comp_dir */ - .4byte .hello_start /* DW_AT_low_pc */ - .4byte .hello_end /* DW_AT_high_pc */ + .4byte HELLO_START /* DW_AT_low_pc */ + .4byte HELLO_END /* DW_AT_high_pc */ .4byte .Ldebug_line0 /* DW_AT_stmt_list */ .uleb128 0x2 /* (DIE (0x2d) DW_TAG_subprogram) */ .byte 0x1 /* DW_AT_external */ @@ -33,8 +33,8 @@ .byte 0x1 /* DW_AT_decl_file (hello.c) */ .byte 0x13 /* DW_AT_decl_line */ .byte 0x1 /* DW_AT_prototyped */ - .4byte .hello_start /* DW_AT_low_pc */ - .4byte .hello_end /* DW_AT_high_pc */ + .4byte HELLO_START /* DW_AT_low_pc */ + .4byte HELLO_END /* DW_AT_high_pc */ .byte 0 /* end of children of DIE 0xb */ .Ledebug_info0: @@ -114,7 +114,7 @@ LELTP: .byte 0 /* set address to .hello_start */ .uleb128 0x5 .byte 0x2 - .4byte .hello_start + .4byte HELLO_START .byte 0x3 /* DW_LNS_advance_line */ .sleb128 22 /* ... to 23 */ .byte 0x5 /* column 0 */ @@ -144,7 +144,7 @@ LELTP: .byte 0 /* set address to .hello_end */ .uleb128 0x5 .byte 0x2 - .4byte .hello_end + .4byte HELLO_END .byte 0 /* end sequence */ .uleb128 0x1 .byte 0x1 |