PR ld/21375: MIPS: Fix non-zero run-time value for undefined weaks
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mode-change-error-1b.s
CommitLineData
776167e8
CM
1 .text
2 .align 4
3 .globl doit
4 .set mips16
5 .ent doit
6 .type doit, @function
7doit:
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
This page took 0.360619 seconds and 4 git commands to generate.