Improve objcopy's note mergeing capabilities.
[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 .dc.l 0
6
7 .pushsection .gnu.build.attributes, "0x100000", %note
8 .balign 4
9 .dc.l 8
10 .dc.l 8
11 .dc.l 0x100
12 .asciz "GA$\ 13p1"
13 .dc.l 0x100
14 .dc.l 0x104
15
16 .dc.l 14
17 .dc.l 0
18 .dc.l 0x100
19 .asciz "GA$\ 5gcc 7.0.1"
20 .dc.b 0,0
21
22 .dc.l 5
23 .dc.l 0
24 .dc.l 0x100
25 .dc.b 0x47, 0x41, 0x2b, 0x2, 0
26 .dc.b 0,0,0
27
28 .dc.l 6
29 .dc.l 0
30 .dc.l 0x100
31 .dc.b 0x47, 0x41, 0x2a, 0x7, 0, 0
32 .dc.b 0,0
33
34 .dc.l 6
35 .dc.l 0
36 .dc.l 0x100
37 .dc.b 0x47, 0x41, 0x2a, 0x6, 0, 0
38 .dc.b 0,0
39
40 .popsection
41
42
43 .global note2.s
44 note2.s:
45 .type func1, STT_FUNC
46 func1:
47 .dc.l 0x100
48
49 .pushsection .gnu.build.attributes, "0x100000", %note
50 .dc.l 8
51 .dc.l 8
52 .dc.l 0x100
53 .asciz "GA$\ 13p1"
54 .dc.l 0x104
55 .dc.l 0x108
56
57 .dc.l 14
58 .dc.l 0
59 .dc.l 0x100
60 .asciz "GA$\ 5gcc 7.0.1"
61 .dc.b 0,0
62
63 .dc.l 5
64 .dc.l 0
65 .dc.l 0x100
66 .dc.b 0x47, 0x41, 0x21, 0x2, 0
67 .dc.b 0,0,0
68
69 .dc.l 6
70 .dc.l 8
71 .dc.l 0x101
72 .dc.b 0x47, 0x41, 0x2a, 0x7, 1, 0
73 .dc.b 0,0
74 .dc.l 0x104
75 .dc.l 0x106
76
77 .dc.l 6
78 .dc.l 0
79 .dc.l 0x100
80 .dc.b 0x47, 0x41, 0x2a, 0x6, 0, 0
81 .dc.b 0,0
82 .popsection
83
84
85 .global note3.s
86 note3.s:
87 .dc.l 0x100
88
89 .pushsection .gnu.build.attributes, "0x100000", %note
90 .dc.l 8
91 .dc.l 8
92 .dc.l 0x100
93 .asciz "GA$\ 13p1"
94 .dc.l 0x108
95 .dc.l 0x10b
96
97 .dc.l 14
98 .dc.l 0
99 .dc.l 0x100
100 .asciz "GA$\ 5gcc 7.0.1"
101 .dc.b 0,0
102
103 .popsection
104
105
This page took 0.050088 seconds and 4 git commands to generate.