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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [config/] [or32/] [crti.S] - Diff between revs 400 and 453

Show entire file | Details | Blame | View Log

Rev 400 Rev 453
Line 18... Line 18...
# You should have received a copy of the GNU General Public License and
# You should have received a copy of the GNU General Public License and
# a copy of the GCC Runtime Library Exception along with this program;
# a copy of the GCC Runtime Library Exception along with this program;
# see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
# see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
# .
# .
 
 
 
# This is not needed in Linux, and probably not needed in ELF, but left here
 
# until we've checked it out.
        .section .init
        .section .init
        .global __init
        .global __init
 
        l.nop                    # So __init doesn't start at 0
__init:
__init:
        l.addi  r1,r1,-4
        l.addi  r1,r1,-4
        l.sw    0(r1),r9
        l.sw    0(r1),r9
 
 
        .section .fini
        .section .fini

powered by: WebSVN 2.1.0

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