Remove ARI check for multiple calls to warning or error
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / localize-hidden-1.s
1 .globl Gdefault
2 .globl Ghidden
3 .globl Ginternal
4 .globl Gprotected
5
6 .weak Wdefault
7 .weak Whidden
8 .weak Winternal
9 .weak Wprotected
10
11 .hidden Lhidden
12 .hidden Ghidden
13 .hidden Whidden
14
15 .internal Linternal
16 .internal Ginternal
17 .internal Winternal
18
19 .protected Lprotected
20 .protected Gprotected
21 .protected Wprotected
22
23 Ldefault == 0x1100
24 Lhidden == 0x1200
25 Linternal == 0x1300
26 Lprotected == 0x1400
27
28 Gdefault == 0x2100
29 Ghidden == 0x2200
30 Ginternal == 0x2300
31 Gprotected == 0x2400
32
33 Wdefault == 0x3100
34 Whidden == 0x3200
35 Winternal == 0x3300
36 Wprotected == 0x3400
This page took 0.030564 seconds and 4 git commands to generate.