bfd/
[binutils.git] / ld / testsuite / ld-maxq / addend.s
bloba5ca450b2db0c58efeffd10636aeda42626257a8
1 ; Addend check testcases
2 ; inderpreetb@noida.hcltech.com
3 .global _main
4 _main:
5 _buf0:
6 .long 0x5678
7 _buf1:
8 .long 0x1234
9 _start:
10 nop
11 nop
12 move A[0], _buf1+2
13 move A[0], _buf1-2
14 call _buf0+8
15 call _buf1+2