aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-or1k/pltlib.s
blob: 8b4d7ba48fddd7faf24c9f68f37f78df73267c64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	.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