Changeset 76ca3f7 in mainline for uspace/lib/c/arch/ia32
- 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/ia32
- Files:
-
- 1 added
- 22 moved
-
Makefile.common (added)
-
Makefile.inc (moved) (moved from uspace/lib/libc/arch/ia32/Makefile.inc ) (2 diffs)
-
_link.ld.in (moved) (moved from uspace/lib/libc/arch/ia32/_link.ld.in ) (1 diff)
-
include/atomic.h (moved) (moved from uspace/lib/libc/arch/ia32/include/atomic.h )
-
include/config.h (moved) (moved from uspace/lib/libc/arch/ia32/include/config.h )
-
include/ddi.h (moved) (moved from uspace/lib/libc/arch/ia32/include/ddi.h )
-
include/faddr.h (moved) (moved from uspace/lib/libc/arch/ia32/include/faddr.h )
-
include/fibril.h (moved) (moved from uspace/lib/libc/arch/ia32/include/fibril.h )
-
include/inttypes.h (moved) (moved from uspace/lib/libc/arch/ia32/include/inttypes.h )
-
include/istate.h (moved) (moved from uspace/lib/libc/arch/ia32/include/istate.h )
-
include/limits.h (moved) (moved from uspace/lib/libc/arch/ia32/include/limits.h )
-
include/syscall.h (moved) (moved from uspace/lib/libc/arch/ia32/include/syscall.h )
-
include/thread.h (moved) (moved from uspace/lib/libc/arch/ia32/include/thread.h )
-
include/tls.h (moved) (moved from uspace/lib/libc/arch/ia32/include/tls.h )
-
include/types.h (moved) (moved from uspace/lib/libc/arch/ia32/include/types.h )
-
src/entry.s (moved) (moved from uspace/lib/libc/arch/ia32/src/entry.s )
-
src/fibril.S (moved) (moved from uspace/lib/libc/arch/ia32/src/fibril.S )
-
src/setjmp.S (moved) (moved from uspace/lib/libc/arch/ia32/src/setjmp.S )
-
src/stacktrace.c (moved) (moved from uspace/lib/libc/arch/ia32/src/stacktrace.c )
-
src/stacktrace_asm.S (moved) (moved from uspace/lib/libc/arch/ia32/src/stacktrace_asm.S )
-
src/syscall.S (moved) (moved from uspace/lib/libc/arch/ia32/src/syscall.S )
-
src/thread_entry.s (moved) (moved from uspace/lib/libc/arch/ia32/src/thread_entry.s )
-
src/tls.c (moved) (moved from uspace/lib/libc/arch/ia32/src/tls.c )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/arch/ia32/Makefile.inc
rb48ebd19 r76ca3f7 27 27 # 28 28 29 ## Toolchain configuration30 #31 32 TARGET = i686-pc-linux-gnu33 CLANG_ARCH = i38634 TOOLCHAIN_DIR = $(CROSS_PREFIX)/ia32/bin35 36 29 ARCH_SOURCES = \ 37 30 arch/$(UARCH)/src/entry.s \ … … 44 37 arch/$(UARCH)/src/stacktrace_asm.S 45 38 46 GCC_CFLAGS += -march=pentium 47 LFLAGS += -N 48 49 ENDIANESS = LE 50 51 BFD_NAME = elf32-i386 52 BFD_ARCH = i386 39 .PRECIOUS: arch/$(UARCH)/src/entry.o -
uspace/lib/c/arch/ia32/_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.
