Prefer object over notype symbols when disassembling
[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
660df28a 4 .type __start, @function
861fb55a
DJ
5 .ent __start
6__start:
7 lui $2,%hi(foo)
8 addiu $2,$2,%lo(foo)
9 lui $2,%hi(obj1)
10 addiu $2,$2,%lo(obj1)
11 .end __start
12
13 .data
14 .word foo
15 .word bar
16 .word obj1
17 .word obj2
This page took 0.523081 seconds and 4 git commands to generate.