DWARF: Add support for DW_TAG_constant DIEs
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-const.S
1 /* This testcase is part of GDB, the GNU debugger.
2
3 Copyright 2010 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 /* Dummy function to provide debug information for. */
19
20 .text
21 .Lbegin_text1:
22 .globl func_cu1
23 .type func_cu1, %function
24 func_cu1:
25 .Lbegin_func_cu1:
26 .int 0
27 .Lend_func_cu1:
28 .size func_cu1, .-func_cu1
29 .Lend_text1:
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 .Lend_text1 /* DW_AT_high_pc */
46 .4byte .Lbegin_text1 /* DW_AT_low_pc */
47 .ascii "file1.txt\0" /* DW_AT_name */
48 .ascii "GNU C 3.3.3\0" /* DW_AT_producer */
49 .byte 1 /* DW_AT_language (C) */
50
51 .uleb128 0x8 /* Abbrev: DW_TAG_constant */
52 .ascii "twelve\0" /* DW_AT_name */
53 .4byte .Ltype_const-.Lcu1_begin /* DW_AT_type */
54 .byte 0xc /* DW_AT_const_value */
55
56 .Ltype_const:
57 .uleb128 0x9 /* Abbrev: DW_TAG_const_type */
58 .long .Ltype_int-.Lcu1_begin /* DW_AT_type */
59
60 /* func_cu1 */
61 .uleb128 2 /* Abbrev: DW_TAG_subprogram */
62 .byte 1 /* DW_AT_external */
63 .byte 1 /* DW_AT_decl_file */
64 .byte 2 /* DW_AT_decl_line */
65 .ascii "func_cu1\0" /* DW_AT_name */
66 .4byte .Ltype_int-.Lcu1_begin /* DW_AT_type */
67 .4byte .Lbegin_func_cu1 /* DW_AT_low_pc */
68 .4byte .Lend_func_cu1 /* DW_AT_high_pc */
69 .byte 1 /* DW_AT_frame_base: length */
70 .byte 0x55 /* DW_AT_frame_base: DW_OP_reg5 */
71
72 .Ltype_int:
73 .uleb128 3 /* Abbrev: DW_TAG_base_type */
74 .ascii "int\0" /* DW_AT_name */
75 .byte 4 /* DW_AT_byte_size */
76 .byte 5 /* DW_AT_encoding */
77
78 .byte 0 /* End of children of CU */
79
80 .Lcu1_end:
81
82 /* Abbrev table */
83 .section .debug_abbrev
84 .Labbrev1_begin:
85 .uleb128 1 /* Abbrev code */
86 .uleb128 0x11 /* DW_TAG_compile_unit */
87 .byte 1 /* has_children */
88 .uleb128 0x10 /* DW_AT_stmt_list */
89 .uleb128 0x6 /* DW_FORM_data4 */
90 .uleb128 0x12 /* DW_AT_high_pc */
91 .uleb128 0x1 /* DW_FORM_addr */
92 .uleb128 0x11 /* DW_AT_low_pc */
93 .uleb128 0x1 /* DW_FORM_addr */
94 .uleb128 0x3 /* DW_AT_name */
95 .uleb128 0x8 /* DW_FORM_string */
96 .uleb128 0x25 /* DW_AT_producer */
97 .uleb128 0x8 /* DW_FORM_string */
98 .uleb128 0x13 /* DW_AT_language */
99 .uleb128 0xb /* DW_FORM_data1 */
100 .byte 0x0 /* Terminator */
101 .byte 0x0 /* Terminator */
102
103 .uleb128 2 /* Abbrev code */
104 .uleb128 0x2e /* DW_TAG_subprogram */
105 .byte 0 /* has_children */
106 .uleb128 0x3f /* DW_AT_external */
107 .uleb128 0xc /* DW_FORM_flag */
108 .uleb128 0x3a /* DW_AT_decl_file */
109 .uleb128 0xb /* DW_FORM_data1 */
110 .uleb128 0x3b /* DW_AT_decl_line */
111 .uleb128 0xb /* DW_FORM_data1 */
112 .uleb128 0x3 /* DW_AT_name */
113 .uleb128 0x8 /* DW_FORM_string */
114 .uleb128 0x49 /* DW_AT_type */
115 .uleb128 0x13 /* DW_FORM_ref4 */
116 .uleb128 0x11 /* DW_AT_low_pc */
117 .uleb128 0x1 /* DW_FORM_addr */
118 .uleb128 0x12 /* DW_AT_high_pc */
119 .uleb128 0x1 /* DW_FORM_addr */
120 .uleb128 0x40 /* DW_AT_frame_base */
121 .uleb128 0xa /* DW_FORM_block1 */
122 .byte 0x0 /* Terminator */
123 .byte 0x0 /* Terminator */
124
125 .uleb128 3 /* Abbrev code */
126 .uleb128 0x24 /* DW_TAG_base_type */
127 .byte 0 /* has_children */
128 .uleb128 0x3 /* DW_AT_name */
129 .uleb128 0x8 /* DW_FORM_string */
130 .uleb128 0xb /* DW_AT_byte_size */
131 .uleb128 0xb /* DW_FORM_data1 */
132 .uleb128 0x3e /* DW_AT_encoding */
133 .uleb128 0xb /* DW_FORM_data1 */
134 .byte 0x0 /* Terminator */
135 .byte 0x0 /* Terminator */
136
137 .uleb128 0x8 /* abbrev code */
138 .uleb128 0x27 /* TAG: DW_TAG_constant */
139 .byte 0x0 /* DW_children_no */
140 .uleb128 0x3 /* DW_AT_name */
141 .uleb128 0x8 /* DW_FORM_string */
142 .uleb128 0x49 /* DW_AT_type */
143 .uleb128 0x13 /* DW_FORM_ref4 */
144 .uleb128 0x1c /* DW_AT_const_value */
145 .uleb128 0xb /* DW_FORM_data1 */
146 .byte 0x0 /* Terminator */
147 .byte 0x0 /* Terminator */
148
149 .uleb128 0x9 /* abbrev code */
150 .uleb128 0x26 /* TAG: DW_TAG_const_type */
151 .byte 0x0 /* DW_children_no */
152 .uleb128 0x49 /* DW_AT_type */
153 .uleb128 0x13 /* DW_FORM_ref4 */
154 .byte 0x0 /* Terminator */
155 .byte 0x0 /* Terminator */
156
157 .byte 0x0 /* Terminator */
158 .byte 0x0 /* Terminator */
159
160 /* Line table */
161 .section .debug_line
162 .Lline1_begin:
163 .4byte .Lline1_end - .Lline1_start /* Initial length */
164 .Lline1_start:
165 .2byte 2 /* Version */
166 .4byte .Lline1_lines - .Lline1_hdr /* header_length */
167 .Lline1_hdr:
168 .byte 1 /* Minimum insn length */
169 .byte 1 /* default_is_stmt */
170 .byte 1 /* line_base */
171 .byte 1 /* line_range */
172 .byte 0x10 /* opcode_base */
173
174 /* Standard lengths */
175 .byte 0
176 .byte 1
177 .byte 1
178 .byte 1
179 .byte 1
180 .byte 0
181 .byte 0
182 .byte 0
183 .byte 1
184 .byte 0
185 .byte 0
186 .byte 1
187 .byte 0
188 .byte 0
189 .byte 0
190
191 /* Include directories */
192 .byte 0
193
194 /* File names */
195 .ascii "file1.txt\0"
196 .uleb128 0
197 .uleb128 0
198 .uleb128 0
199
200 .byte 0
201
202 .Lline1_lines:
203 .byte 0 /* DW_LNE_set_address */
204 .uleb128 5
205 .byte 2
206 .4byte .Lbegin_func_cu1
207
208 .byte 3 /* DW_LNS_advance_line */
209 .sleb128 3 /* ... to 4 */
210
211 .byte 1 /* DW_LNS_copy */
212
213 .byte 1 /* DW_LNS_copy (second time as an end-of-prologue marker) */
214
215 .byte 0 /* DW_LNE_set_address */
216 .uleb128 5
217 .byte 2
218 .4byte .Lend_func_cu1
219
220 .byte 0 /* DW_LNE_end_of_sequence */
221 .uleb128 1
222 .byte 1
223
224 .Lline1_end:
This page took 0.038449 seconds and 5 git commands to generate.