MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-local-7.s
1 .text
2 .set noreorder
3 .space 0x1000
4
5 .align 4
6 .set nomicromips
7 .ent foo
8 foo:
9 nor $0, $0
10 jalr $0, $ra
11 nor $0, $0
12 .end foo
13
14 .align 4
15 .set micromips
16 .ent bar
17 bar:
18 nor $0, $0
19 bal foo
20 nor $0, $0
21 jalr $0, $ra
22 nor $0, $0
23 .end bar
24
25 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
26 .align 4, 0
27 .space 16
This page took 0.055938 seconds and 4 git commands to generate.