x86: adjust ignored prefix warning for branches
[deliverable/binutils-gdb.git] / gas / testsuite / gas / all / weakref4.s
CommitLineData
b54788f8
AO
1/* m# test multiple weakrefs */
2 .weakref Wnm1, nm1
3 .weakref Wnm1, nm1
4
5 .weakref Wum2, um2
6 .weakref Wum2, um2
7 .long um2
8
9 .weakref Wwm3, wm3
10 .weakref Wwm3, wm3
11 .long Wwm3
12
13/* r# weakref redefinitions, to and from */
14 .weakref lr1, nr1
15 .long lr1
16 .set lr1, l
17 .long lr1
18
19 .long lr2
20 .weakref lr2, nr2
21 .set lr2, l
22 .long lr2
23
24 .set Wwr3, l
25 .long Wwr3
26 .weakref Wwr3, wr3
27 .long Wwr3
28
29 .set Wwr4, l
30 .weakref Wwr4, wr4
31 .long Wwr4
32
33 .set Wwr5, l
34 .long Wwr5
35 .weakref Wwr5, wr5
36
37 .weakref lr6, ur6
38 .long lr6
39 .set lr6, l
40 .long ur6
41
42 .weakref lr7, nr7
43 .long lr7
44lr7:
45 .long lr7
This page took 0.586822 seconds and 4 git commands to generate.