]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gdb/testsuite/gdb.dwarf2/dw2-param-error.S
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.dwarf2 / dw2-param-error.S
1 /* Copyright 2011-2024 Free Software Foundation, Inc.
2
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 3 of the License, or
6 (at your option) any later version.
7
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
12
13 You should have received a copy of the GNU General Public License
14 along with this program. If not, see <http://www.gnu.org/licenses/>. */
15
16 .text
17 var: .4byte 23
18
19 .section .debug_info
20 debug_start:
21 .4byte debug_end - 1f /* Length of Compilation Unit Info */
22 1:
23 .2byte 0x3 /* DWARF version number */
24 .4byte .Ldebug_abbrev0 /* Offset Into Abbrev. Section */
25 .byte 0x4 /* Pointer Size (in bytes) */
26 .uleb128 0x1 /* (DIE (0xb) DW_TAG_compile_unit) */
27 .ascii "GNU C 4.4.3\0" /* DW_AT_producer */
28 .byte 0x1 /* DW_AT_language */
29 .ascii "1.c\0" /* DW_AT_name */
30 .uleb128 0x4 /* (DIE (0x3c) DW_TAG_subprogram) */
31 .ascii "f\0" /* DW_AT_name */
32 .4byte f_start /* DW_AT_low_pc */
33 .4byte f_end /* DW_AT_high_pc */
34 .byte 0x1 /* DW_AT_prototyped */
35
36 .uleb128 0x5 /* (DIE (0x42) DW_TAG_formal_parameter) */
37 .ascii "bad\0" /* DW_AT_name */
38 .4byte type - debug_start /* DW_AT_type */
39 .byte 2f - 1f /* DW_AT_location */
40 1: .byte 0x06 /* DW_OP_deref */
41 2:
42 .uleb128 0x5 /* (DIE (0x??) DW_TAG_formal_parameter) */
43 .ascii "good\0" /* DW_AT_name */
44 .4byte type - debug_start /* DW_AT_type */
45 .byte 2f - 1f /* DW_AT_location */
46 1: .byte 0x03 /* DW_OP_addr */
47 .4byte var
48 2:
49
50 .byte 0x0 /* end of children of DIE 0x3c */
51 type:
52 .uleb128 3 /* Abbrev: DW_TAG_base_type */
53 .ascii "int\0" /* DW_AT_name */
54 .byte 4 /* DW_AT_byte_size */
55 .byte 5 /* DW_AT_encoding */
56
57 .byte 0x0 /* end of children of DIE 0xb */
58 debug_end:
59
60 .section .debug_abbrev
61 .Ldebug_abbrev0:
62 .uleb128 0x1 /* (abbrev code) */
63 .uleb128 0x11 /* (TAG: DW_TAG_compile_unit) */
64 .byte 0x1 /* DW_children_yes */
65 .uleb128 0x25 /* (DW_AT_producer) */
66 .uleb128 0x8 /* (DW_FORM_string) */
67 .uleb128 0x13 /* (DW_AT_language) */
68 .uleb128 0xb /* (DW_FORM_data1) */
69 .uleb128 0x3 /* (DW_AT_name) */
70 .uleb128 0x8 /* (DW_FORM_string) */
71 .byte 0x0
72 .byte 0x0
73 .uleb128 3 /* Abbrev code */
74 .uleb128 0x24 /* DW_TAG_base_type */
75 .byte 0 /* has_children */
76 .uleb128 0x3 /* DW_AT_name */
77 .uleb128 0x8 /* DW_FORM_string */
78 .uleb128 0xb /* DW_AT_byte_size */
79 .uleb128 0xb /* DW_FORM_data1 */
80 .uleb128 0x3e /* DW_AT_encoding */
81 .uleb128 0xb /* DW_FORM_data1 */
82 .byte 0x0 /* Terminator */
83 .byte 0x0 /* Terminator */
84 .uleb128 0x4 /* (abbrev code) */
85 .uleb128 0x2e /* (TAG: DW_TAG_subprogram) */
86 .byte 0x1 /* DW_children_yes */
87 .uleb128 0x3 /* (DW_AT_name) */
88 .uleb128 0x8 /* (DW_FORM_string) */
89 .uleb128 0x11 /* (DW_AT_low_pc) */
90 .uleb128 0x1 /* (DW_FORM_addr) */
91 .uleb128 0x12 /* (DW_AT_high_pc) */
92 .uleb128 0x1 /* (DW_FORM_addr) */
93 .uleb128 0x27 /* (DW_AT_prototyped) */
94 .uleb128 0xc /* (DW_FORM_flag) */
95 .byte 0x0
96 .byte 0x0
97 .uleb128 0x5 /* (abbrev code) */
98 .uleb128 0x5 /* (TAG: DW_TAG_formal_parameter) */
99 .byte 0x0 /* DW_children_no */
100 .uleb128 0x3 /* DW_AT_name */
101 .uleb128 0x8 /* DW_FORM_string */
102 .uleb128 0x49 /* (DW_AT_type) */
103 .uleb128 0x13 /* (DW_FORM_ref4) */
104 .uleb128 0x02 /* (DW_AT_location) */
105 .uleb128 0x0a /* (DW_FORM_block1) */
106 .byte 0x0
107 .byte 0x0
108 .byte 0x0
109 #ifdef __arm__
110 .section .note.GNU-stack,"",%progbits
111 #else
112 .section .note.GNU-stack,"",@progbits
113 #endif