71acf296ea5ea16da850c0818159d3034b67d5a6
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / jaloverflow-2.s
1 # jal relocs against undefined weak symbols should not be treated as
2 # overflowing
3
4 .globl start
5 .weak foo
6 start:
7 jal foo
This page took 0.034586 seconds and 3 git commands to generate.