Changeset View
Changeset View
Standalone View
Standalone View
test/ELF/Inputs/vs-diag-duplicate2.s
- This file was added.
1 | .global foo, bar | ||||
---|---|---|---|---|---|
2 | | ||||
3 | .text | ||||
4 | foo: | ||||
5 | nop | ||||
6 | | ||||
7 | .file 1 "duplicate2.s" | ||||
8 | .loc 1 20 | ||||
9 | bar: | ||||
10 | nop | ||||
11 | | ||||
12 | .section .debug_abbrev,"",@progbits | ||||
13 | .byte 1 # Abbreviation Code | ||||
14 | .byte 17 # DW_TAG_compile_unit | ||||
15 | .byte 0 # DW_CHILDREN_no | ||||
16 | .byte 16 # DW_AT_stmt_list | ||||
17 | .byte 23 # DW_FORM_sec_offset | ||||
18 | .byte 0 # EOM(1) | ||||
19 | .byte 0 # EOM(2) | ||||
20 | .byte 0 # EOM(3) | ||||
21 | | ||||
22 | .section .debug_info,"",@progbits | ||||
23 | .long .Lend0 - .Lbegin0 # Length of Unit | ||||
24 | .Lbegin0: | ||||
25 | .short 4 # DWARF version number | ||||
26 | .long .debug_abbrev # Offset Into Abbrev. Section | ||||
27 | .byte 8 # Address Size (in bytes) | ||||
28 | .byte 1 # Abbrev [1] 0xb:0x1f DW_TAG_compile_unit | ||||
29 | .long .debug_line # DW_AT_stmt_list | ||||
30 | .Lend0: | ||||
31 | .section .debug_line,"",@progbits |