Changeset 00acd66 in mainline for uspace/lib/libc/arch/arm32
- Timestamp:
- 2007-06-23T13:34:01Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 72381f1
- Parents:
- 3ae470a
- Location:
- uspace/lib/libc/arch/arm32
- Files:
-
- 18 moved
-
Makefile.inc (moved) (moved from uspace/libc/arch/arm32/Makefile.inc ) (1 diff)
-
_link.ld.in (moved) (moved from uspace/libc/arch/arm32/_link.ld.in ) (1 diff)
-
include/atomic.h (moved) (moved from uspace/libc/arch/arm32/include/atomic.h )
-
include/config.h (moved) (moved from uspace/libc/arch/arm32/include/config.h )
-
include/endian.h (moved) (moved from uspace/libc/arch/arm32/include/endian.h )
-
include/faddr.h (moved) (moved from uspace/libc/arch/arm32/include/faddr.h )
-
include/limits.h (moved) (moved from uspace/libc/arch/arm32/include/limits.h )
-
include/psthread.h (moved) (moved from uspace/libc/arch/arm32/include/psthread.h )
-
include/stackarg.h (moved) (moved from uspace/libc/arch/arm32/include/stackarg.h )
-
include/syscall.h (moved) (moved from uspace/libc/arch/arm32/include/syscall.h )
-
include/thread.h (moved) (moved from uspace/libc/arch/arm32/include/thread.h )
-
include/types.h (moved) (moved from uspace/libc/arch/arm32/include/types.h )
-
src/eabi.S (moved) (moved from uspace/libc/arch/arm32/src/eabi.S )
-
src/entry.s (moved) (moved from uspace/libc/arch/arm32/src/entry.s )
-
src/psthread.S (moved) (moved from uspace/libc/arch/arm32/src/psthread.S )
-
src/syscall.c (moved) (moved from uspace/libc/arch/arm32/src/syscall.c )
-
src/thread.c (moved) (moved from uspace/libc/arch/arm32/src/thread.c )
-
src/thread_entry.s (moved) (moved from uspace/libc/arch/arm32/src/thread_entry.s )
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/arch/arm32/Makefile.inc
r3ae470a r00acd66 33 33 TOOLCHAIN_DIR = /usr/local/arm/bin 34 34 CFLAGS += -ffixed-r9 -mtp=soft 35 LFLAGS += -N ../ softint/libsoftint.a35 LFLAGS += -N ../../lib/softint/libsoftint.a 36 36 AFLAGS += 37 37 -
uspace/lib/libc/arch/arm32/_link.ld.in
r3ae470a r00acd66 1 STARTUP(../ libc/arch/ARCH/src/entry.o)1 STARTUP(../../lib/libc/arch/ARCH/src/entry.o) 2 2 ENTRY(__entry) 3 3
Note:
See TracChangeset
for help on using the changeset viewer.
