GAS: Fix bogus "attempt to move .org backwards" relaxation errors
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / org-7.s
1 .text
2 .globl foo
3 foo:
4 beqz $2, lbar
5 .org 0x8
6 nop
7 .space 0xfff4
8 .globl bar
9 bar:
10 lbar:
11 nop
This page took 0.029437 seconds and 4 git commands to generate.