MIPS/GAS/test: Fix an n32 `.reginfo' size test failure
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / org-4.s
CommitLineData
9875b365
MR
1 .text
2 .globl foo
3foo:
4 beqz $2, lbar
5 .org 0xc
6 nop
7 .space 0xffff0
8 .globl bar
9bar:
10lbar:
11 nop
This page took 0.072481 seconds and 4 git commands to generate.