Changeset 32443b0 in mainline for uspace/lib/libc/arch/mips32/src/entry.s
- Timestamp:
- 2008-06-04T19:37:52Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 40257f5
- Parents:
- 82b71ef1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/mips32/src/entry.s
r82b71ef1 r32443b0 53 53 nop 54 54 55 jal __io_init56 nop57 58 55 jal main 59 56 nop … … 63 60 .end 64 61 65 .ent __entry_driver66 __entry_driver:67 .frame $sp, 32, $3168 .cpload $2569 70 71 # Mips o32 may store its arguments on stack, make space (16 bytes),72 # so that it could work with -O073 # Make space additional 16 bytes for the stack frame74 75 addiu $sp, -3276 .cprestore 16 # Allow PIC code77 78 jal __main79 nop80 81 jal main82 nop83 84 jal __exit85 nop86 .end87 62 # Alignment of output section data to 0x4000 88 63 .section .data
Note:
See TracChangeset
for help on using the changeset viewer.