aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-maxq/addend.s
blob: a5ca450b2db0c58efeffd10636aeda42626257a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
; Addend check testcases 
; inderpreetb@noida.hcltech.com
.global _main
_main:
_buf0:
	.long 0x5678
_buf1:
	.long 0x1234
_start:
	nop
	nop
	move A[0], _buf1+2
	move A[0], _buf1-2
	call _buf0+8
	call _buf1+2