[MIPS/GAS] Add Loongson EXT2 Instructions support.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mode-change-error-1a.s
CommitLineData
776167e8
CM
1 .option pic0
2 .text
3 .align 4
4 .globl main
5 .set nomips16
6 .ent main
7 .type main, @function
8main:
9 .mask 0x80000000,-4
10 .fmask 0x00000000,0
11 .set noreorder
12
13 j doit
14 nop
15
5f68df25
MR
16 j doit
17 nop
18
776167e8
CM
19 .end main
20 .size main, .-main
This page took 0.369729 seconds and 4 git commands to generate.