Add "attn", "lq" and "stq" power4 insns.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / test2elf64.s
1
2 .section ".data"
3 dsym0: .llong 0xdeadbeef
4 dsym1:
5
6
7 .section ".toc"
8 .L_tsym0:
9 .tc ignored0[TC],dsym0
10 .L_tsym1:
11 .tc ignored1[TC],dsym1
12 .L_tsym2:
13 .tc ignored2[TC],usym0
14 .L_tsym3:
15 .tc ignored3[TC],usym1
16 .L_tsym4:
17 .tc ignored4[TC],esym0
18 .L_tsym5:
19 .tc ignored5[TC],esym1
20
21
22 .section ".text"
23 lq 4,dsym0@l(3)
24 lq 4,dsym1@l(3)
25 lq 4,usym0@l(3)
26 lq 4,usym1@l(3)
27 lq 4,esym0@l(3)
28 lq 4,esym1@l(3)
29 lq 4,.L_tsym0@toc(2)
30 lq 4,.L_tsym1@toc(2)
31 lq 4,.L_tsym2@toc(2)
32 lq 4,.L_tsym3@toc(2)
33 lq 4,.L_tsym4@toc(2)
34 lq 4,.L_tsym5@toc(2)
35 lq 6,.L_tsym5@toc@l(2)
36 lq 4,.text@l(0)
37 lq 6,dsym0@got(3)
38 lq 6,dsym0@got@l(3)
39 lq 6,dsym0@plt@l(3)
40 lq 6,dsym1@sectoff(3)
41 lq 6,dsym1@sectoff@l(3)
42 lq 6,usym1-dsym0@l(4)
43 stq 6, 0(7)
44 stq 6, 16(7)
45 stq 6, -16(7)
46 stq 6, -32768(7)
47 stq 6, 32752(7)
48 attn
49
50 .section ".data"
51 usym0: .llong 0xcafebabe
52 usym1:
53
This page took 0.0328 seconds and 4 git commands to generate.