]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/testsuite/binutils-all/dw2-1.S
Update year range in copyright notice of binutils files
[thirdparty/binutils-gdb.git] / binutils / testsuite / binutils-all / dw2-1.S
CommitLineData
4a114e3e
L
1/* This testcase is derived from a similar test in GDB.
2
250d07de 3 Copyright (C) 2008-2021 Free Software Foundation, Inc.
4a114e3e
L
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/* Dummy function to provide debug information for. */
19
20 .text
21 .globl _start
22_start:
5b0ad99a 23 .4byte 0
4a114e3e
L
24.Lbegin_text1:
25 .globl func_cu1
26 .type func_cu1, %function
27func_cu1:
28.Lbegin_func_cu1:
5b0ad99a 29 .4byte 0
7b4ae824
JD
30 .global func_cu1_end
31func_cu1_end:
4a114e3e
L
32.Lend_func_cu1:
33 .size func_cu1, .-func_cu1
34.Lend_text1:
35
36/* Debug information */
37
38 .section .debug_info
39.Lcu1_begin:
40 /* CU header */
41 .4byte .Lcu1_end - .Lcu1_start /* Length of Compilation Unit */
42.Lcu1_start:
43 .2byte 2 /* DWARF Version */
44 .4byte .Labbrev1_begin /* Offset into abbrev section */
45 .byte 4 /* Pointer size */
46
47 /* CU die */
48 .uleb128 1 /* Abbrev: DW_TAG_compile_unit */
49 .4byte .Lline1_begin /* DW_AT_stmt_list */
50 .4byte .Lend_text1 /* DW_AT_high_pc */
51 .4byte .Lbegin_text1 /* DW_AT_low_pc */
52 .ascii "file1.txt\0" /* DW_AT_name */
53 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
54 .byte 1 /* DW_AT_language (C) */
55
56 /* func_cu1 */
57 .uleb128 2 /* Abbrev: DW_TAG_subprogram */
58 .byte 1 /* DW_AT_external */
59 .byte 1 /* DW_AT_decl_file */
60 .byte 2 /* DW_AT_decl_line */
61 .ascii "func_cu1\0" /* DW_AT_name */
62 .4byte .Ltype_int-.Lcu1_begin /* DW_AT_type */
63 .4byte .Lbegin_func_cu1 /* DW_AT_low_pc */
64 .4byte .Lend_func_cu1 /* DW_AT_high_pc */
65 .byte 1 /* DW_AT_frame_base: length */
66 .byte 0x55 /* DW_AT_frame_base: DW_OP_reg5 */
67
68.Ltype_int:
69 .uleb128 3 /* Abbrev: DW_TAG_base_type */
70 .ascii "int\0" /* DW_AT_name */
71 .byte 4 /* DW_AT_byte_size */
72 .byte 5 /* DW_AT_encoding */
73
74 .byte 0 /* End of children of CU */
75
76.Lcu1_end:
77
78/* Line table */
79 .section .debug_line
80.Lline1_begin:
81 .4byte .Lline1_end - .Lline1_start /* Initial length */
82.Lline1_start:
83 .2byte 2 /* Version */
84 .4byte .Lline1_lines - .Lline1_hdr /* header_length */
85.Lline1_hdr:
86 .byte 1 /* Minimum insn length */
87 .byte 1 /* default_is_stmt */
88 .byte 1 /* line_base */
89 .byte 1 /* line_range */
90 .byte 0x10 /* opcode_base */
91
92 /* Standard lengths */
93 .byte 0
94 .byte 1
95 .byte 1
96 .byte 1
97 .byte 1
98 .byte 0
99 .byte 0
100 .byte 0
101 .byte 1
102 .byte 0
103 .byte 0
104 .byte 1
105 .byte 0
106 .byte 0
107 .byte 0
108
109 /* Include directories */
110 .byte 0
111
112 /* File names */
113 .ascii "file1.txt\0"
114 .uleb128 0
115 .uleb128 0
116 .uleb128 0
117
118 .byte 0
119
120.Lline1_lines:
121 .byte 0 /* DW_LNE_set_address */
122 .uleb128 5
123 .byte 2
124 .4byte .Lbegin_func_cu1
125
126 .byte 3 /* DW_LNS_advance_line */
127 .sleb128 3 /* ... to 4 */
128
129 .byte 1 /* DW_LNS_copy */
130
131 .byte 1 /* DW_LNS_copy (second time as an end-of-prologue marker) */
132
133 .byte 0 /* DW_LNE_set_address */
134 .uleb128 5
135 .byte 2
136 .4byte .Lend_func_cu1
137
138 .byte 0 /* DW_LNE_end_of_sequence */
139 .uleb128 1
140 .byte 1
141
142.Lline1_end:
143
144/* Abbrev table */
145 .section .debug_abbrev
146.Labbrev1_begin:
147 .uleb128 1 /* Abbrev code */
148 .uleb128 0x11 /* DW_TAG_compile_unit */
149 .byte 1 /* has_children */
150 .uleb128 0x10 /* DW_AT_stmt_list */
151 .uleb128 0x6 /* DW_FORM_data4 */
152 .uleb128 0x12 /* DW_AT_high_pc */
153 .uleb128 0x1 /* DW_FORM_addr */
154 .uleb128 0x11 /* DW_AT_low_pc */
155 .uleb128 0x1 /* DW_FORM_addr */
156 .uleb128 0x3 /* DW_AT_name */
157 .uleb128 0x8 /* DW_FORM_string */
158 .uleb128 0x25 /* DW_AT_producer */
159 .uleb128 0x8 /* DW_FORM_string */
160 .uleb128 0x13 /* DW_AT_language */
161 .uleb128 0xb /* DW_FORM_data1 */
162 .byte 0x0 /* Terminator */
163 .byte 0x0 /* Terminator */
164
165 .uleb128 2 /* Abbrev code */
166 .uleb128 0x2e /* DW_TAG_subprogram */
167 .byte 0 /* has_children */
168 .uleb128 0x3f /* DW_AT_external */
169 .uleb128 0xc /* DW_FORM_flag */
170 .uleb128 0x3a /* DW_AT_decl_file */
171 .uleb128 0xb /* DW_FORM_data1 */
172 .uleb128 0x3b /* DW_AT_decl_line */
173 .uleb128 0xb /* DW_FORM_data1 */
174 .uleb128 0x3 /* DW_AT_name */
175 .uleb128 0x8 /* DW_FORM_string */
176 .uleb128 0x49 /* DW_AT_type */
177 .uleb128 0x13 /* DW_FORM_ref4 */
178 .uleb128 0x11 /* DW_AT_low_pc */
179 .uleb128 0x1 /* DW_FORM_addr */
180 .uleb128 0x12 /* DW_AT_high_pc */
181 .uleb128 0x1 /* DW_FORM_addr */
182 .uleb128 0x40 /* DW_AT_frame_base */
183 .uleb128 0xa /* DW_FORM_block1 */
184 .byte 0x0 /* Terminator */
185 .byte 0x0 /* Terminator */
186
187 .uleb128 3 /* Abbrev code */
188 .uleb128 0x24 /* DW_TAG_base_type */
189 .byte 0 /* has_children */
190 .uleb128 0x3 /* DW_AT_name */
191 .uleb128 0x8 /* DW_FORM_string */
192 .uleb128 0xb /* DW_AT_byte_size */
193 .uleb128 0xb /* DW_FORM_data1 */
194 .uleb128 0x3e /* DW_AT_encoding */
195 .uleb128 0xb /* DW_FORM_data1 */
196 .byte 0x0 /* Terminator */
197 .byte 0x0 /* Terminator */
198
199 .byte 0x0 /* Terminator */
200 .byte 0x0 /* Terminator */