* config/tc-mips.c (append_insn): Fix jump overflow check.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / jal-range.s
1 # Source file use to test border cases of jumps
2
3 jal 0x0
4 jal 0x1
5 jal 0xffffffc
6 jal 0xfffffff
7 jal 0x10000000
This page took 0.032676 seconds and 5 git commands to generate.