1        .option nopic
2	.text
3	.align  1
4	.globl  func1
5	.type   func1, @function
6func1:
7	jal	func2
8	jr      ra
9	.size   func1, .-func1
10