aarch64: override default elf .set handling in gas
[deliverable/binutils-gdb.git] / gas / testsuite / gas / cris / brokw-2.s
1 ; Tests the broken-word function, two words.
2 .syntax no_register_prefix
3 sym2: moveq 0,r0
4
5 .word sym1 - sym2
6 .word sym3 - sym2
7
8 moveq 1,r0
9 ; Short jump around secondary jump table inserted here :
10 ; ba next_label
11 ; nop
12 ; .skip 2,0
13 ; Secondary jump table inserted here :
14 ; jump sym3
15 ; jump sym1
16 next_label:
17 moveq 2,r0
18
19 .space 32766, 0
20
21 sym1: moveq 3,r0
22 sym3: moveq 4,r0
This page took 0.029591 seconds and 4 git commands to generate.