Changeset 76ca3f7 in mainline for uspace/lib/c/arch/ppc32
- 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/ppc32
- Files:
-
- 1 added
- 23 moved
-
Makefile.common (added)
-
Makefile.inc (moved) (moved from uspace/lib/libc/arch/ppc32/Makefile.inc ) (2 diffs)
-
_link.ld.in (moved) (moved from uspace/lib/libc/arch/ppc32/_link.ld.in ) (1 diff)
-
include/atomic.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/atomic.h )
-
include/config.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/config.h )
-
include/ddi.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/ddi.h )
-
include/faddr.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/faddr.h )
-
include/fibril.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/fibril.h )
-
include/inttypes.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/inttypes.h )
-
include/istate.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/istate.h )
-
include/limits.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/limits.h )
-
include/regname.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/regname.h )
-
include/stackarg.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/stackarg.h )
-
include/syscall.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/syscall.h )
-
include/thread.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/thread.h )
-
include/tls.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/tls.h )
-
include/types.h (moved) (moved from uspace/lib/libc/arch/ppc32/include/types.h )
-
src/entry.s (moved) (moved from uspace/lib/libc/arch/ppc32/src/entry.s )
-
src/fibril.S (moved) (moved from uspace/lib/libc/arch/ppc32/src/fibril.S )
-
src/stacktrace.c (moved) (moved from uspace/lib/libc/arch/ppc32/src/stacktrace.c )
-
src/stacktrace_asm.S (moved) (moved from uspace/lib/libc/arch/ppc32/src/stacktrace_asm.S )
-
src/syscall.c (moved) (moved from uspace/lib/libc/arch/ppc32/src/syscall.c )
-
src/thread_entry.s (moved) (moved from uspace/lib/libc/arch/ppc32/src/thread_entry.s )
-
src/tls.c (moved) (moved from uspace/lib/libc/arch/ppc32/src/tls.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ppc32/Makefile.inc
rb48ebd19 r76ca3f7 27 27 # 28 28 29 ## Toolchain configuration30 #31 32 TARGET = ppc-linux-gnu33 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ppc32/bin34 35 29 ARCH_SOURCES = \ 36 30 arch/$(UARCH)/src/entry.s \ … … 42 36 arch/$(UARCH)/src/stacktrace_asm.S 43 37 44 GCC_CFLAGS += -mcpu=powerpc -msoft-float -m32 45 AFLAGS += -a32 46 LFLAGS += -N 47 48 ENDIANESS = BE 49 50 BFD_NAME = elf32-powerpc 51 BFD_ARCH = powerpc:common 38 .PRECIOUS: arch/$(UARCH)/src/entry.o -
uspace/lib/c/arch/ppc32/_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.
