summaryrefslogtreecommitdiff
path: root/tests/debug-ranges-no-lowpc.s
blob: 879bce29c9df4f8006b1f4caac71752c4e02d41e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
        .section .debug_info
.Lcu1_begin:
        .4byte        .Lcu1_end - .Lcu1_start
.Lcu1_start:
        .2byte        3                 /* Version */
        .4byte        .Labbrev1_begin   /* Abbrevs */
        .byte        8                  /* Pointer size */
        .uleb128        2               /* Abbrev (DW_TAG_compile_unit) */
        .4byte        0
.Lcu1_end:
        .section .note.gnu.build-id, "a", %note
        .4byte        4
        .4byte        8
        .4byte        3
        .ascii        "GNU\0"
        .byte        0x01
        .byte        0x02
        .byte        0x03
        .byte        0x04
        .byte        0x05
        .byte        0x06
        .byte        0x07
        .byte        0x08
        .section .debug_abbrev
.Labbrev1_begin:
        .uleb128        2               /* Abbrev start */
        .uleb128        0x11            /* DW_TAG_compile_unit */
        .byte        0                  /* has_children */
        .uleb128        0x55            /* DW_AT_ranges */
        .uleb128        0x06            /* DW_FORM_data4 */
        .byte        0x0                /* Terminator */
        .byte        0x0                /* Terminator */
        .byte        0x0                /* Terminator */
        .byte        0x0                /* Terminator */

	.section .debug_ranges

	.8byte 0xffffffffffffffff
	.8byte 0

	.8byte 1
	.8byte 2

	.8byte 3
	.8byte 4

	.8byte 0
	.8byte 0