ba7ea1a04ddd2fe4a9bb5237ea7d4702f55565f4
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / relax-jalr.s
1 .globl __start
2 .space 8
3 .ent __start
4 __start:
5 .Lstart:
6 .space 16
7 jal __start
8 .space 32
9 jal __start
10 .space 64
11 jal .Lstart
12 .end __start
13
14 # make objdump print ...
15 .space 8
This page took 0.029824 seconds and 3 git commands to generate.