MIPS/binutils/testsuite: Define names of temporary files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-addend.s
CommitLineData
a6ebf616
MR
1 .text
2 .set noreorder
3 .space 0x1000
4
5 .align 4
6 .set micromips
7 .globl foo
8 .ent foo
9foo:
10 nor $0, $0
11 jalr $0, $ra
12 nor $0, $0
13 .end foo
14
15 .align 4
16 .set nomicromips
17 .globl bar
18 .ent bar
19bar:
20 nor $0, $0
21 bal foo + 0x20000
22 nor $0, $0
23 bal bar + 0x20000
24 nor $0, $0
25 jalr $0, $ra
26 nor $0, $0
27 .end bar
28
29# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
30 .align 4, 0
31 .space 16
This page took 0.057643 seconds and 4 git commands to generate.