Prefer object over notype symbols when disassembling
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / relax-jalr.s
1 .globl __start
2 .type __start, @function
3 .space 8
4 .ent __start
5 __start:
6 .Lstart:
7 .space 16
8 jal __start
9 .space 32
10 jal __start
11 .space 64
12 jal .Lstart
13 .end __start
14
15 # make objdump print ...
16 .space 8
This page took 0.037545 seconds and 4 git commands to generate.