MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / mips16-branch-addend-0.s
CommitLineData
88a7ef16
MR
1 .text
2
3 .space 0x1000
4
5 .ent foo
6 .set mips16
7foo:
8 b bar + 0x1234
9 bteqz bar + 0x1234
10 btnez bar + 0x1234
11 beqz $2, bar + 0x1234
12 bnez $2, bar + 0x1234
13 nop
14 .set nomips16
15 .end foo
16
17# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
18 .align 4, 0
19 .space 16
20
21 .ent bar
22 .set mips16
23bar:
24 nop
25 .set nomips16
26 .end bar
27
28# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
29 .align 4, 0
30 .space 16
This page took 0.060191 seconds and 4 git commands to generate.