MIPS/GAS/testsuite: Drop the `mips16e-' prefix from SAVE/RESTORE tests
[deliverable/binutils-gdb.git] / gas / testsuite / gas / mips / org-2.s
1 .set mips16
2 .text
3 .globl foo
4 foo:
5 la $2, lbar
6 .org 0x1000
7 .align 2
8 .globl bar
9 bar = .
10 lbar = .
11 nop
This page took 0.030302 seconds and 4 git commands to generate.