(root)/
binutils-2.41/
ld/
testsuite/
ld-or1k/
pltlib.s
	.section .data
	.globl x, y
	.size x, 4
x:	.long 33
y:	.long 44

	.section .text
	.align 4
	.global	func
	.type	func, @function
func:
	l.jr	r9
	 l.nop