MIPS16/GAS: Fix absolute references with PC-relative synthetic instructions
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / org-1.s
1 .text
2 .globl foo
3 foo:
4 beqz $2, lbar
5 .org 0x100000
6 .globl bar
7 bar:
8 lbar:
9 nop
This page took 0.038798 seconds and 4 git commands to generate.