Missing ChangeLog entry from commit 60ef20e28534cf093d5bd799b3830c68381bb27f.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / pic-and-nonpic-5a.s
CommitLineData
861fb55a
DJ
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.24738 seconds and 4 git commands to generate.