MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / branch-extern.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
This page took 0.041677 seconds and 4 git commands to generate.