symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-pcrel-delay-1.s
1 .text
2
3 bar:
4 .space 0x10000
5
6 .ent foo
7 .set mips16
8 .set noreorder
9 foo:
10 jal bat
11 la $2, . - 5 + 0x3fc
12 nop
13 jalx bax
14 lw $2, . - 5 + 0x3fc
15 nop
16 jal bat
17 la $2, . - 5 + 0x7fff
18 jalx bax
19 lw $2, . - 5 + 0x7fff
20 jal bat
21 la $2, . - 5 + 0x8000
22 jalx bax
23 lw $2, . - 5 + 0x8000
24 nop
25 .set reorder
26 .set nomips16
27 .end foo
28
29 baz:
30 .align 8, 0
31 .space 0xfe00
32
33 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
34 .align 4, 0
35 .space 16
This page took 0.033777 seconds and 4 git commands to generate.