2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / config / mips / irix6-crtn.asm
blob647e8e13e3174f81678d6997905038a3350b0569
1 .abicalls
2 .set noreorder
3 .set nomacro
5 .section .init,0x1,0x6,4,4
6 #if _MIPS_SIM == _ABIO32
7 lw $31,0($sp)
8 jr $31
9 addiu $sp,$sp,16
10 #else
11 ld $31,0($sp)
12 ld $28,8($sp)
13 jr $31
14 daddiu $sp,$sp,16
15 #endif
17 .section .fini,0x1,0x6,4,4
18 #if _MIPS_SIM == _ABIO32
19 lw $31,0($sp)
20 jr $31
21 addiu $sp,$sp,16
22 #else
23 ld $31,0($sp)
24 ld $28,8($sp)
25 jr $31
26 daddiu $sp,$sp,16
27 #endif