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