MIPS/GAS/testsuite: Fix trailing padding in `loc-swap.s'
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / l_d-reloc.s
CommitLineData
f2ae14a1
RS
1 .ent func
2func:
3 l.d $f4,($5)
4 l.d $f4,0x7ffb($5)
5 l.d $f4,0x7ffc($5)
6 l.d $f4,0x7fff($5)
7 l.d $f4,0x8000($5)
8 l.d $f4,0x37ffb($5)
9 l.d $f4,0x37ffc($5)
10 l.d $f4,0x37fff($5)
11 l.d $f4,0x38000($5)
12
13 l.d $f4,%lo(foo)
14 l.d $f4,%hi(foo)
15 l.d $f4,%gp_rel(foo)
16 l.d $f4,%lo(0x12348765)
17 l.d $f4,%hi(0x12348765)
18
19 l.d $f4,%lo(foo)($5)
20 l.d $f4,%hi(foo)($5)
21 l.d $f4,%gp_rel(foo)($5)
22 l.d $f4,%lo(0x12348765)($5)
23 l.d $f4,%hi(0x12348765)($5)
24 l.d $f4,%lo(foo+0x12348765)($5)
25 l.d $f4,%hi(foo+0x12348765)($5)
26 .end func
This page took 0.169426 seconds and 4 git commands to generate.