1	.text
2	.globl _start
3_start:
4	mov	.Ljmp(%eax), %eax
5	jmp	*(%eax)
6	.section	.data.rel.ro.local,"aw",@progbits
7	.weak func
8	.align	8
9.Ljmp:
10	.long func
11