1	.macro	decl
2	.global	exported\@
3	.equ	exported\@,\@
4	.endm
5
6	.rept	dynsym - base_syms
7	decl
8	.endr
9
10	lw	$25,%call16(foo)($gp)
11