PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jalbal.s
1 # Test that jal gets converted to bal on the RM9000 when it is in range.
2 .text
3 .global s1
4 .type s1,@function
5 .set noreorder
6 s1:
7 jal s3
8 nop
9 jal s3
10 s2:
11 nop
12 .space 0x1fff8
13 s3:
14 jal s2
15 nop
16 jal s2
17 nop
18
19 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
20 .align 2
21 .space 8
This page took 0.029864 seconds and 4 git commands to generate.