Changeset 4c4b53c in mainline for uspace/lib/c/arch/sparc64
- Timestamp:
- 2018-04-28T16:49:48Z (7 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/sparc64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/sparc64/_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/sparc64/src/entry.S
ra947d32 r4c4b53c 38 38 # %o1 contains pcb_ptr 39 39 # 40 SYMBOL(_ _entry)40 SYMBOL(_start) 41 41 # 42 42 # Create the first stack frame.
Note:
See TracChangeset
for help on using the changeset viewer.