symver11.s: Add ".balign 8"
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / option-pic-relax-5.s
CommitLineData
ce8ad872
MR
1 .text
2 .ent foo
3 .option pic0
4foo:
5 move $2, $4
6 move $3, $5
7 b bar
8 nop
9 .space 0x7ffe << 1
10bar:
11 jr $31
12 .option pic2
13 .end foo
14
15# Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
16 .align 4, 0
17 .space 16
This page took 0.175076 seconds and 4 git commands to generate.