MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-absolute.s
CommitLineData
0c117286
MR
1 .text
2
3 .space 0x1000
4
5 .globl foo
6 .ent foo
7foo:
8 b bar
9 bal bar
10 bltzal $0, bar
11 beqz $2, bar
12 bnez $2, bar
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, 0x1234
This page took 0.132653 seconds and 4 git commands to generate.