]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.dwarf2/dw2-objfile-overlap-inner.S
0643390a8c443308cf95e790ac8b7775fa9839ff
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-objfile-overlap-inner.S
1 /* This testcase is part of GDB, the GNU debugger.
2
3 Copyright 2011-2017 Free Software Foundation, Inc.
4
5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 3 of the License, or
8 (at your option) any later version.
9
10 This program is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. */
17
18 .text
19
20 .globl _start
21 _start:
22
23 .globl inner
24 .type inner, %function
25 inner:
26 .Lbegin_inner:
27 .int 0
28 .Lend_inner:
29 .size inner, . - inner
30
31 /* Debug information */
32
33 .section .debug_info
34 .Lcu1_begin:
35 /* CU header */
36 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */
37 .Lcu1_start:
38 .2byte 2 /* DWARF Version */
39 .4byte .Labbrev1_begin /* Offset into abbrev section */
40 .byte 4 /* Pointer size */
41
42 /* CU die */
43 .uleb128 1 /* Abbrev: DW_TAG_compile_unit */
44 .4byte .Lline1_begin /* DW_AT_stmt_list */
45 .4byte .Ldebug_ranges /* DW_AT_ranges */
46 .ascii "inner.c\0" /* DW_AT_name */
47 .ascii "/tmp\0" /* DW_AT_comp_dir */
48 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
49 .byte 1 /* DW_AT_language (C) */
50
51 /* inner */
52 .uleb128 2 /* Abbrev: DW_TAG_subprogram */
53 .byte 1 /* DW_AT_external */
54 .byte 1 /* DW_AT_decl_file */
55 .byte 1 /* DW_AT_decl_line */
56 .ascii "inner\0" /* DW_AT_name */
57 .4byte .Lbegin_inner /* DW_AT_low_pc */
58 .4byte .Lend_inner /* DW_AT_high_pc */
59
60 .byte 0 /* End of children of CU */
61
62 .Lcu1_end:
63
64 /* DW_AT_ranges. */
65 .section .debug_ranges
66 .Ldebug_ranges:
67 .4byte .Lbegin_inner
68 .4byte .Lend_inner
69 .4byte 0
70 .4byte 0
71
72 /* Abbrev table */
73 .section .debug_abbrev
74 .Labbrev1_begin:
75 .uleb128 1 /* Abbrev code */
76 .uleb128 0x11 /* DW_TAG_compile_unit */
77 .byte 1 /* has_children */
78 .uleb128 0x10 /* DW_AT_stmt_list */
79 .uleb128 0x6 /* DW_FORM_data4 */
80 .uleb128 0x55 /* DW_AT_ranges */
81 .uleb128 0x6 /* DW_FORM_data4 */
82 .uleb128 0x3 /* DW_AT_name */
83 .uleb128 0x8 /* DW_FORM_string */
84 .uleb128 0x1b /* DW_AT_comp_dir */
85 .uleb128 0x8 /* DW_FORM_string */
86 .uleb128 0x25 /* DW_AT_producer */
87 .uleb128 0x8 /* DW_FORM_string */
88 .uleb128 0x13 /* DW_AT_language */
89 .uleb128 0xb /* DW_FORM_data1 */
90 .byte 0x0 /* Terminator */
91 .byte 0x0 /* Terminator */
92
93 .uleb128 2 /* Abbrev code */
94 .uleb128 0x2e /* DW_TAG_subprogram */
95 .byte 0 /* has_children */
96 .uleb128 0x3f /* DW_AT_external */
97 .uleb128 0xc /* DW_FORM_flag */
98 .uleb128 0x3a /* DW_AT_decl_file */
99 .uleb128 0xb /* DW_FORM_data1 */
100 .uleb128 0x3b /* DW_AT_decl_line */
101 .uleb128 0xb /* DW_FORM_data1 */
102 .uleb128 0x3 /* DW_AT_name */
103 .uleb128 0x8 /* DW_FORM_string */
104 .uleb128 0x11 /* DW_AT_low_pc */
105 .uleb128 0x1 /* DW_FORM_addr */
106 .uleb128 0x12 /* DW_AT_high_pc */
107 .uleb128 0x1 /* DW_FORM_addr */
108 .byte 0x0 /* Terminator */
109 .byte 0x0 /* Terminator */
110
111 .byte 0x0 /* Terminator */
112 .byte 0x0 /* Terminator */
113
114 /* Line table */
115 .section .debug_line
116 .Lline1_begin:
117 .4byte .Lline1_end - .Lline1_start /* Initial length */
118 .Lline1_start:
119 .2byte 2 /* Version */
120 .4byte .Lline1_lines - .Lline1_hdr /* header_length */
121 .Lline1_hdr:
122 .byte 1 /* Minimum insn length */
123 .byte 1 /* default_is_stmt */
124 .byte 1 /* line_base */
125 .byte 1 /* line_range */
126 .byte 0x10 /* opcode_base */
127
128 /* Standard lengths */
129 .byte 0
130 .byte 1
131 .byte 1
132 .byte 1
133 .byte 1
134 .byte 0
135 .byte 0
136 .byte 0
137 .byte 1
138 .byte 0
139 .byte 0
140 .byte 1
141 .byte 0
142 .byte 0
143 .byte 0
144
145 /* Include directories */
146 .ascii "/tmp\0"
147 .byte 0
148
149 /* File names */
150 .ascii "inner.c\0"
151 .uleb128 1
152 .uleb128 0
153 .uleb128 0
154
155 .byte 0
156
157 .Lline1_lines:
158 .byte 0 /* DW_LNE_set_address */
159 .uleb128 5
160 .byte 2
161 .4byte .Lbegin_inner
162
163 .byte 3 /* DW_LNS_advance_line */
164 .sleb128 1 /* ... to 2 */
165
166 .byte 1 /* DW_LNS_copy */
167
168 .byte 0 /* DW_LNE_set_address */
169 .uleb128 5
170 .byte 2
171 .4byte .Lend_inner
172
173 .byte 0 /* DW_LNE_end_of_sequence */
174 .uleb128 1
175 .byte 1
176
177 .Lline1_end: