binutils/testsuite: Tighten the error message check with `strip-13'
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / note-2-64.s
1 .text
2 .org 0x100
3 .global note1.s
4 note1.s:
5 .dc.l 0
6
7 .pushsection .gnu.build.attributes, "0x100000", %note
8 .balign 4
9 .dc.l 4
10 .dc.l 8
11 .dc.l 0x100
12 .asciz "$\ 11"
13 .8byte 0x100
14
15 .dc.l 12
16 .dc.l 0
17 .dc.l 0x100
18 .asciz "$\ 5gcc 7.0.1"
19
20 .dc.l 3
21 .dc.l 0
22 .dc.l 0x100
23 .dc.b 0x2b, 0x2, 0
24 .dc.b 0
25
26 .dc.l 4
27 .dc.l 0
28 .dc.l 0x100
29 .dc.b 0x2a, 0x7, 0, 0
30
31 .dc.l 4
32 .dc.l 0
33 .dc.l 0x100
34 .dc.b 0x2a, 0x6, 0, 0
35 .popsection
36
37
38 .global note2.s
39 note2.s:
40 .global func1
41 .type func1, STT_FUNC
42 func1:
43 .dc.l 0x100
44
45 .pushsection .gnu.build.attributes, "0x100000", %note
46 .dc.l 4
47 .dc.l 8
48 .dc.l 0x100
49 .asciz "$\ 11"
50 .8byte 0x104
51
52 .dc.l 12
53 .dc.l 0
54 .dc.l 0x100
55 .asciz "$\ 5gcc 7.0.1"
56
57 .dc.l 3
58 .dc.l 0
59 .dc.l 0x100
60 .dc.b 0x21, 0x2, 0
61 .dc.b 0
62
63 .dc.l 4
64 .dc.l 8
65 .dc.l 0x101
66 .dc.b 0x2a, 0x7, 1, 0
67 .8byte 0x104
68
69 .dc.l 4
70 .dc.l 0
71 .dc.l 0x100
72 .dc.b 0x2a, 0x6, 0, 0
73 .popsection
74
75
76 .global note3.s
77 note3.s:
78 .dc.l 0x100
79
80 .pushsection .gnu.build.attributes, "0x100000", %note
81 .dc.l 4
82 .dc.l 8
83 .dc.l 0x100
84 .asciz "$\ 11"
85 .8byte 0x108
86
87 .dc.l 12
88 .dc.l 0
89 .dc.l 0x100
90 .asciz "$\ 5gcc 7.0.1"
91
92 .popsection
This page took 0.036281 seconds and 4 git commands to generate.