symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-absolute-addend.s
CommitLineData
0c117286
MR
1 .text
2
3 .space 0x1000
4
5 .globl foo
6 .ent foo
7foo:
8 b bar + 0x1234
9 bal bar + 0x1234
10 bltzal $0, bar + 0x1234
11 beqz $2, bar + 0x1234
12 bnez $2, bar + 0x1234
13 nop
14 .end foo
15
16# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
17 .align 4, 0
18 .space 16
19
20 .set bar, 0x12345678
This page took 0.207824 seconds and 4 git commands to generate.