aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-or1k/pltlib.s
blob: baf76ca1af77192db5682d55b1d22cd8363b82f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
	.section .data
	.globl x, y
x:	.long 33
y:	.long 44

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