]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gas/testsuite/gas/bpf/jump-relax-ja.s
gas: change meaning of ; in the BPF assembler
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / bpf / jump-relax-ja.s
CommitLineData
4c5f2370
JM
1 /* The following two instructions have constant targets that
2 fix in the JA 16-bit signed displacement operand. These
3 are not relaxed. */
249d4715
JM
41: ja -32768
5 ja 32767
4c5f2370
JM
6 /* The following instruction refers to a defined symbol that
7 is on reach, so it should not be relaxed. */
249d4715 8 ja 1b
4c5f2370
JM
9 /* The following instruction has an undefined symbol as a
10 target. It is not to be relaxed. */
249d4715 11 ja undefined + 10
4c5f2370
JM
12 /* The following instructions refer to a defined symbol that
13 is not on reach. They shall be relaxed to a JAL. */
249d4715
JM
14 ja tail
15 tail = .text + 262160
16 ja tail