gas/
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / elf-rel28.s
CommitLineData
e391c024
RS
1 .ent foo
2foo:
3 # Many of these do not make conceptual sense, but they should
4 # at least assemble.
5 ld $4,%call_hi(bar)($4)
6 ld $4,%call_lo(bar)($4)
7 ld $4,%call16(bar)($4)
8 ld $4,%got_disp(bar)($4)
9 ld $4,%got_page(bar)($4)
10 ld $4,%got_ofst(bar)($4)
11 ld $4,%got_hi(bar)($4)
12 ld $4,%got_lo(bar)($4)
13 ld $4,%got(bar)($4)
14 ld $4,%gp_rel(bar)($4)
15 ld $4,%half(bar)($4)
16 ld $4,%highest(bar)($4)
17 ld $4,%higher(bar)($4)
18 ld $4,%neg(bar)($4)
19 ld $4,%tlsgd(bar)($4)
20 ld $4,%tlsldm(bar)($4)
21 ld $4,%dtprel_hi(bar)($4)
22 ld $4,%dtprel_lo(bar)($4)
23 ld $4,%tprel_hi(bar)($4)
24 ld $4,%tprel_lo(bar)($4)
25 ld $4,%gottprel(bar)($4)
26
27 sd $4,%call_hi(bar)($4)
28 sd $4,%call_lo(bar)($4)
29 sd $4,%call16(bar)($4)
30 sd $4,%got_disp(bar)($4)
31 sd $4,%got_page(bar)($4)
32 sd $4,%got_ofst(bar)($4)
33 sd $4,%got_hi(bar)($4)
34 sd $4,%got_lo(bar)($4)
35 sd $4,%got(bar)($4)
36 sd $4,%gp_rel(bar)($4)
37 sd $4,%half(bar)($4)
38 sd $4,%highest(bar)($4)
39 sd $4,%higher(bar)($4)
40 sd $4,%neg(bar)($4)
41 sd $4,%tlsgd(bar)($4)
42 sd $4,%tlsldm(bar)($4)
43 sd $4,%dtprel_hi(bar)($4)
44 sd $4,%dtprel_lo(bar)($4)
45 sd $4,%tprel_hi(bar)($4)
46 sd $4,%tprel_lo(bar)($4)
47 sd $4,%gottprel(bar)($4)
48 .end foo
ef2b5578
MR
49
50# Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
51 .align 2
52 .space 8
This page took 0.13079 seconds and 4 git commands to generate.