1	.type	fd,@function
2	.weak	fd
3
4	.globl	_start
5_start:
6	movi	a5, fd@plt
7	movi	a6, fd
8
9	.section ".text.a"
10a:
11	movi	a5, fd@plt
12	movi	a6, fd
13