Changeset 76ca3f7 in mainline for uspace/lib/c/arch/abs32le
- Timestamp:
- 2010-03-23T20:49:54Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e417b96
- Parents:
- b48ebd19 (diff), 63f8966 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/lib/c/arch/abs32le
- Files:
-
- 1 added
- 21 moved
-
Makefile.common (added)
-
Makefile.inc (moved) (moved from uspace/srv/hid/console/Makefile.common ) (2 diffs)
-
_link.ld.in (moved) (moved from uspace/lib/libc/arch/abs32le/_link.ld.in ) (1 diff)
-
include/atomic.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/atomic.h )
-
include/config.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/config.h )
-
include/ddi.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/ddi.h )
-
include/entry.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/entry.h )
-
include/faddr.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/faddr.h )
-
include/fibril.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/fibril.h )
-
include/inttypes.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/inttypes.h )
-
include/istate.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/istate.h )
-
include/limits.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/limits.h )
-
include/syscall.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/syscall.h )
-
include/thread.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/thread.h )
-
include/tls.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/tls.h )
-
include/types.h (moved) (moved from uspace/lib/libc/arch/abs32le/include/types.h )
-
src/entry.c (moved) (moved from uspace/lib/libc/arch/abs32le/src/entry.c )
-
src/fibril.c (moved) (moved from uspace/lib/libc/arch/abs32le/src/fibril.c )
-
src/stacktrace.c (moved) (moved from uspace/lib/libc/arch/abs32le/src/stacktrace.c )
-
src/syscall.c (moved) (moved from uspace/lib/libc/arch/abs32le/src/syscall.c )
-
src/thread_entry.c (moved) (moved from uspace/lib/libc/arch/abs32le/src/thread_entry.c )
-
src/tls.c (moved) (moved from uspace/lib/libc/arch/abs32le/src/tls.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/abs32le/Makefile.inc
rb48ebd19 r76ca3f7 1 1 # 2 # Copyright (c) 20 05Martin Decky2 # Copyright (c) 2010 Martin Decky 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 ARCH_SOURCES = \ 30 arch/$(UARCH)/src/entry.c \ 31 arch/$(UARCH)/src/thread_entry.c \ 32 arch/$(UARCH)/src/fibril.c \ 33 arch/$(UARCH)/src/tls.c \ 34 arch/$(UARCH)/src/syscall.c \ 35 arch/$(UARCH)/src/stacktrace.c 29 36 30 ## Common names 31 # 32 33 LIBC_PREFIX = ../../../lib/libc 34 SOFTINT_PREFIX = ../../../lib/softint 35 LIBS = $(LIBC_PREFIX)/libc.a 36 37 DEPEND = Makefile.depend 38 DEPEND_PREV = $(DEPEND).prev 39 JOB = console.job 40 OUTPUT = console 37 .PRECIOUS: arch/$(UARCH)/src/entry.o -
uspace/lib/c/arch/abs32le/_link.ld.in
rb48ebd19 r76ca3f7 1 STARTUP(LIBC_P REFIX/arch/UARCH/src/entry.o)1 STARTUP(LIBC_PATH/arch/UARCH/src/entry.o) 2 2 ENTRY(__entry) 3 3
Note:
See TracChangeset
for help on using the changeset viewer.
