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