diff options
Diffstat (limited to 'gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S')
-rw-r--r-- | gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S b/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S index 21bb249..0dc9164 100644 --- a/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S +++ b/gdb/testsuite/gdb.dwarf2/dw2-empty-pc-range.S @@ -20,10 +20,10 @@ pc_end: .section .debug_info d: - .long .Ldebug_info_end - 1f /* Length of Compilation Unit Info */ + .4byte .Ldebug_info_end - 1f /* Length of Compilation Unit Info */ 1: .2byte 0x3 /* DWARF version number */ - .long .Ldebug_abbrev0 /* Offset Into Abbrev. Section */ + .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */ .byte 0x4 /* Pointer Size (in bytes) */ dieb: .uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */ |