LVU: dump loclists with locviews
[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 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 .type func1, STT_FUNC
41 func1:
42 .word 0x100
43
44 .pushsection .gnu.build.attributes, "0x100000", %note
45 .dc.l 4
46 .dc.l 4
47 .dc.l 0x100
48 .asciz "$\ 11"
49 .dc.l note2.s
50
51 .dc.l 12
52 .dc.l 0
53 .dc.l 0x100
54 .asciz "$\ 5gcc 7.0.1"
55
56 .dc.l 3
57 .dc.l 0
58 .dc.l 0x100
59 .dc.b 0x21, 0x2, 0
60 .dc.b 0
61
62 .dc.l 4
63 .dc.l 0
64 .dc.l 0x101
65 .dc.b 0x2a, 0x7, 1, 0
66
67 .dc.l 4
68 .dc.l 0
69 .dc.l 0x100
70 .dc.b 0x2a, 0x6, 0, 0
71 .popsection
72
73 .global note3.s
74 note3.s:
75 .word 0x100
76
77 .pushsection .gnu.build.attributes, "0x100000", %note
78 .dc.l 4
79 .dc.l 4
80 .dc.l 0x100
81 .asciz "$\ 11"
82 .dc.l note3.s
83
84 .dc.l 12
85 .dc.l 0
86 .dc.l 0x100
87 .asciz "$\ 5gcc 7.0.1"
88
89 .popsection
90
91
This page took 0.049184 seconds and 4 git commands to generate.