* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-mips-elf / mode-change-error-1b.s
blob84e15d60e6f21b5edd92e448f949b68235e4f221
1 .text
2 .align 4
3 .globl doit
4 .set mips16
5 .ent doit
6 .type doit, @function
7 doit:
8 .frame $sp,0,$31
9 .mask 0x00000000,0
10 .fmask 0x00000000,0
11 sll $2,$4,1
12 sll $4,$4,3
13 .set noreorder
14 .set nomacro
15 j $31
16 addu $2,$2,$4
17 .end doit
18 .size doit, .-doit