Changeset 76ca3f7 in mainline for uspace/lib/c/arch/arm32
- 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/arm32
- Files:
-
- 1 added
- 23 moved
-
Makefile.common (added)
-
Makefile.inc (moved) (moved from uspace/lib/libc/arch/arm32/Makefile.inc ) (2 diffs)
-
_link.ld.in (moved) (moved from uspace/lib/libc/arch/arm32/_link.ld.in ) (1 diff)
-
include/atomic.h (moved) (moved from uspace/lib/libc/arch/arm32/include/atomic.h )
-
include/config.h (moved) (moved from uspace/lib/libc/arch/arm32/include/config.h )
-
include/ddi.h (moved) (moved from uspace/lib/libc/arch/arm32/include/ddi.h )
-
include/faddr.h (moved) (moved from uspace/lib/libc/arch/arm32/include/faddr.h )
-
include/fibril.h (moved) (moved from uspace/lib/libc/arch/arm32/include/fibril.h )
-
include/inttypes.h (moved) (moved from uspace/lib/libc/arch/arm32/include/inttypes.h )
-
include/istate.h (moved) (moved from uspace/lib/libc/arch/arm32/include/istate.h )
-
include/limits.h (moved) (moved from uspace/lib/libc/arch/arm32/include/limits.h )
-
include/stackarg.h (moved) (moved from uspace/lib/libc/arch/arm32/include/stackarg.h )
-
include/syscall.h (moved) (moved from uspace/lib/libc/arch/arm32/include/syscall.h )
-
include/thread.h (moved) (moved from uspace/lib/libc/arch/arm32/include/thread.h )
-
include/tls.h (moved) (moved from uspace/lib/libc/arch/arm32/include/tls.h )
-
include/types.h (moved) (moved from uspace/lib/libc/arch/arm32/include/types.h )
-
src/eabi.S (moved) (moved from uspace/lib/libc/arch/arm32/src/eabi.S )
-
src/entry.s (moved) (moved from uspace/lib/libc/arch/arm32/src/entry.s )
-
src/fibril.S (moved) (moved from uspace/lib/libc/arch/arm32/src/fibril.S )
-
src/stacktrace.c (moved) (moved from uspace/lib/libc/arch/arm32/src/stacktrace.c )
-
src/stacktrace_asm.S (moved) (moved from uspace/lib/libc/arch/arm32/src/stacktrace_asm.S )
-
src/syscall.c (moved) (moved from uspace/lib/libc/arch/arm32/src/syscall.c )
-
src/thread_entry.s (moved) (moved from uspace/lib/libc/arch/arm32/src/thread_entry.s )
-
src/tls.c (moved) (moved from uspace/lib/libc/arch/arm32/src/tls.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/arm32/Makefile.inc
rb48ebd19 r76ca3f7 28 28 # 29 29 30 ## Toolchain configuration31 #32 33 TARGET = arm-linux-gnu34 TOOLCHAIN_DIR = $(CROSS_PREFIX)/arm32/bin35 36 30 ARCH_SOURCES = \ 37 31 arch/$(UARCH)/src/entry.s \ … … 44 38 arch/$(UARCH)/src/stacktrace_asm.S 45 39 46 GCC_CFLAGS += -ffixed-r9 -mtp=soft -mapcs-frame -fno-omit-frame-pointer 47 LFLAGS += -N $(SOFTINT_PREFIX)/libsoftint.a 48 49 ENDIANESS = LE 50 51 BFD_NAME = elf32-littlearm 52 BFD_ARCH = arm 40 .PRECIOUS: arch/$(UARCH)/src/entry.o -
uspace/lib/c/arch/arm32/_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.
