1# jal relocs against undefined weak symbols should not be treated as
2# overflowing
3
4	.globl	start
5	.type	start, @function
6	.weak	foo
7start:
8	jal	foo
9