* elf64-alpha.c (elf64_alpha_size_dynamic_sections): Do not
[deliverable/binutils-gdb.git] / ld / testsuite / ld-mips-elf / mode-change-error-1b.s
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
This page took 0.042604 seconds and 4 git commands to generate.