MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / ld-reloc.s
1 .ent func
2 func:
3 ld $4,($4)
4 ld $4,0x7ffb($4)
5 ld $4,0x7ffc($4)
6 ld $4,0x7fff($4)
7 ld $4,0x8000($4)
8
9 ld $4,($5)
10 ld $4,0x7ffb($5)
11 ld $4,0x7ffc($5)
12 ld $4,0x7fff($5)
13 ld $4,0x8000($5)
14 ld $4,0x37ffb($5)
15 ld $4,0x37ffc($5)
16 ld $4,0x37fff($5)
17 ld $4,0x38000($5)
18
19 ld $4,%lo(foo)
20 ld $4,%hi(foo)
21 ld $4,%gp_rel(foo)
22 ld $4,%lo(0x12348765)
23 ld $4,%hi(0x12348765)
24
25 ld $4,%lo(foo)($4)
26 ld $4,%hi(foo)($4)
27 ld $4,%gp_rel(foo)($4)
28
29 ld $4,%lo(foo)($5)
30 ld $4,%hi(foo)($5)
31 ld $4,%gp_rel(foo)($5)
32 ld $4,%lo(0x12348765)($5)
33 ld $4,%hi(0x12348765)($5)
34 ld $4,%lo(foo+0x12348765)($5)
35 ld $4,%hi(foo+0x12348765)($5)
36 .end func
This page took 0.029529 seconds and 4 git commands to generate.