include/elf/ChangeLog:
[deliverable/binutils-gdb.git] / ld / testsuite / ld-maxq / addend.s
CommitLineData
7499d566
NC
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
16
This page took 0.082745 seconds and 4 git commands to generate.