Changeset e708063 in mainline for libc/arch/mips32/src/entry.s
- Timestamp:
- 2006-03-23T21:18:35Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a71d9af9
- Parents:
- 17242c6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/arch/mips32/src/entry.s
r17242c6e re708063 32 32 33 33 .section .init, "ax" 34 .globl __ entry34 .globl __start 35 35 36 36 ## User-space task entry point 37 37 # 38 38 # 39 .ent __ entry40 __ entry:39 .ent __start 40 __start: 41 41 lui $28, _gp 42 42 … … 51 51 jal __exit 52 52 53 .end __ entry53 .end __start
Note:
See TracChangeset
for help on using the changeset viewer.