Update year range in copyright notice of binutils files
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-section.s
CommitLineData
c1f61bd2
MR
1 .text
2 .globl foo
3 .ent foo
4foo:
5 b bar
6 .end foo
7
8# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
9 .align 4, 0
10 .space 16
11
12 .section .init, "ax", @progbits
13 .ent bar
14bar:
15 jr $ra
16 .end bar
17
18# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
19 .align 4, 0
20 .space 16
This page took 0.153115 seconds and 4 git commands to generate.