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