Changeset 4c4b53c in mainline for uspace/lib/c/arch/mips32
- Timestamp:
- 2018-04-28T16:49:48Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c5f04f
- Parents:
- a947d32
- Location:
- uspace/lib/c/arch/mips32
- Files:
-
- 2 edited
-
_link.ld.in (modified) (1 diff)
-
src/entry.S (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/mips32/_link.ld.in
ra947d32 r4c4b53c 1 1 STARTUP(LIBC_PATH/arch/UARCH/src/entry.o) 2 ENTRY(__ entry)2 ENTRY(__start) 3 3 4 4 PHDRS { -
uspace/lib/c/arch/mips32/src/entry.S
ra947d32 r4c4b53c 40 40 # $a0 ($4) contains the PCB pointer 41 41 # 42 FUNCTION_BEGIN(__ entry)43 .ent __ entry42 FUNCTION_BEGIN(__start) 43 .ent __start 44 44 .frame $sp, ABI_STACK_FRAME, $ra 45 45 .cpload $t9 … … 62 62 # 63 63 addiu $sp, ABI_STACK_FRAME 64 .end __ entry65 FUNCTION_END(__ entry)64 .end __start 65 FUNCTION_END(__start)
Note:
See TracChangeset
for help on using the changeset viewer.
