Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mips16-call-global-1.s
1 .set mips16
2
3 .globl __start
4 .type __start, @function
5 .ent __start
6 .align 4
7 __start:
8 .frame $sp,24,$31
9 save 24,$31
10 jal x+8
11 jal y+8
12 restore 24,$31
13 j $31
14 .end __start
This page took 0.030242 seconds and 4 git commands to generate.