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