OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [config/] [mips/] [irix-crtn.asm] - Rev 832

Go to most recent revision | Compare with Previous | Blame | View Log

        .abicalls
        .set    noreorder
        .set    nomacro

        .section .gcc_init,"ax",@progbits
#if _MIPS_SIM == _ABIO32
        lw      $31,0($sp)
        jr      $31
        addiu   $sp,$sp,16
#else
        ld      $31,0($sp)
        ld      $28,8($sp)
        jr      $31
        daddiu  $sp,$sp,16
#endif

        .section .gcc_fini,"ax",@progbits
#if _MIPS_SIM == _ABIO32
        lw      $31,0($sp)
        jr      $31
        addiu   $sp,$sp,16
#else
        ld      $31,0($sp)
        ld      $28,8($sp)
        jr      $31
        daddiu  $sp,$sp,16
#endif

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.