578626a18caff6369a26edde4e091b0dfda97acc
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-6-o32c.s
1 .abicalls
2 .option pic0
3 .set noreorder
4 .global __start
5 .ent __start
6 __start:
7 jal f1
8 nop
9 lui $2,%hi(f2)
10 addiu $2,$2,%lo(f2)
11 jal extf3
12 nop
13 jal extf4
14 nop
15 jal extf5
16 nop
17 lui $2,%hi(extd2)
18 addiu $2,$2,%lo(extd2)
19 lui $2,%hi(extd3)
20 addiu $2,$2,%lo(extd3)
21 .end __start
22
23 .data
24 .word extd2
25 .word extd4
This page took 0.029778 seconds and 3 git commands to generate.