MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3a
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-section.s
1 .text
2 .globl foo
3 .ent foo
4 foo:
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
14 bar:
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.036569 seconds and 4 git commands to generate.