7e25bf48bf4a569ce957af1508c622de2592bf4f
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-4b.s
1 .abicalls
2 .option pic0
3 .global __start
4 .ent __start
5 __start:
6 lui $2,%hi(obj1)
7 addiu $2,$2,%lo(obj1)
8 .end __start
9 .word obj2
10
11 .data
12 .word obj2
13 .word obj3
This page took 0.031421 seconds and 3 git commands to generate.