OSDN Git Service

* c-decl.c, config/m32r/m32r.c, expr.c, optabs.c: Don't check
[pf3gnuchains/gcc-fork.git] / gcc / config / mips / irix-crti.asm
1         .abicalls
2         .set    noreorder
3         .set    nomacro
4
5         .section .init,0x1,0x6,4,4
6         jr      $31
7         nop
8
9         .globl  __gcc_init
10 __gcc_init:
11 #if _MIPS_SIM == _ABIO32
12         addiu   $sp,$sp,-16
13         sw      $31,0($sp)
14 #else
15         daddiu  $sp,$sp,-16
16         sd      $31,0($sp)
17         sd      $28,8($sp)
18 #endif
19
20         .section .fini,0x1,0x6,4,4
21         jr      $31
22         nop
23
24         .globl  __gcc_fini
25 __gcc_fini:
26 #if _MIPS_SIM == _ABIO32
27         addiu   $sp,$sp,-16
28         sw      $31,0($sp)
29 #else
30         daddiu  $sp,$sp,-16
31         sd      $31,0($sp)
32         sd      $28,8($sp)
33 #endif