Changeset 4c4b53c in mainline for uspace/lib/c/arch/abs32le
- 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/abs32le
- Files:
-
- 2 edited
-
_link.ld.in (modified) (1 diff)
-
src/entry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/_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/abs32le/src/entry.c
ra947d32 r4c4b53c 33 33 #include <stddef.h> 34 34 35 extern void _ _entry(void);35 extern void _start(void); 36 36 37 37 /* Normally, the entry point is defined in assembly for the architecture. */ 38 38 39 void _ _entry(void)39 void _start(void) 40 40 { 41 41 __libc_main(NULL);
Note:
See TracChangeset
for help on using the changeset viewer.
