Changeset e708063 in mainline for libc/arch/mips32/src/entry.s


Ignore:
Timestamp:
2006-03-23T21:18:35Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a71d9af9
Parents:
17242c6e
Message:

Added missing ia32 files.
Renamed entry to start in mips, which is standard in gcc standard
linking scripts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/arch/mips32/src/entry.s

    r17242c6e re708063  
    3232
    3333.section .init, "ax"
    34 .globl __entry
     34.globl __start
    3535
    3636## User-space task entry point
    3737#
    3838#
    39 .ent __entry
    40 __entry:
     39.ent __start
     40__start:
    4141        lui $28, _gp
    4242       
     
    5151        jal __exit
    5252       
    53 .end __entry
     53.end __start
Note: See TracChangeset for help on using the changeset viewer.