gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jaloverflow.s
1 # This file gets linked to start at 0xffffff0, so the call is an overflow.
2 .text
3 .global start
4 .type start, @function
5 .set noreorder
6 start:
7 nop
8 nop
9 nop
10 nop
11 jal start
12 nop
13 .type start, @function
This page took 0.029336 seconds and 4 git commands to generate.