1	.text
2	.p2align 4,,15
3	.globl	foo
4	.type	foo, @function
5foo:
6	jmp	bar
7	.size	foo, .-foo
8	.section	.note.GNU-stack,"",@progbits
9