svn commit: branches/uClibc-nptl: ldso/ldso ldso/ldso/avr32 ldso/ldso/xten etc...

carmelo at uclibc.org carmelo at uclibc.org
Sun Mar 16 09:11:32 UTC 2008


Author: carmelo
Date: 2008-03-16 02:11:31 -0700 (Sun, 16 Mar 2008)
New Revision: 21340

Log:
Merge nptl branch tree with trunk. 
Step 8: add xtensa, cris and avr32 architecture dependent
files, as is.

Signed-off-by: Carmelo Amoroso <carmelo.amoroso at st.com>


Added:
   branches/uClibc-nptl/ldso/ldso/avr32/
   branches/uClibc-nptl/ldso/ldso/avr32/dl-debug.h
   branches/uClibc-nptl/ldso/ldso/avr32/dl-startup.h
   branches/uClibc-nptl/ldso/ldso/avr32/dl-syscalls.h
   branches/uClibc-nptl/ldso/ldso/avr32/dl-sysdep.h
   branches/uClibc-nptl/ldso/ldso/avr32/elfinterp.c
   branches/uClibc-nptl/ldso/ldso/avr32/resolve.S
   branches/uClibc-nptl/ldso/ldso/xtensa/
   branches/uClibc-nptl/ldso/ldso/xtensa/dl-debug.h
   branches/uClibc-nptl/ldso/ldso/xtensa/dl-startup.h
   branches/uClibc-nptl/ldso/ldso/xtensa/dl-syscalls.h
   branches/uClibc-nptl/ldso/ldso/xtensa/dl-sysdep.h
   branches/uClibc-nptl/ldso/ldso/xtensa/elfinterp.c
   branches/uClibc-nptl/ldso/ldso/xtensa/resolve.S
   branches/uClibc-nptl/libc/string/avr32/
   branches/uClibc-nptl/libc/string/avr32/Makefile
   branches/uClibc-nptl/libc/string/avr32/bcopy.S
   branches/uClibc-nptl/libc/string/avr32/bzero.S
   branches/uClibc-nptl/libc/string/avr32/memcmp.S
   branches/uClibc-nptl/libc/string/avr32/memcpy.S
   branches/uClibc-nptl/libc/string/avr32/memmove.S
   branches/uClibc-nptl/libc/string/avr32/memset.S
   branches/uClibc-nptl/libc/string/avr32/strcmp.S
   branches/uClibc-nptl/libc/string/avr32/strlen.S
   branches/uClibc-nptl/libc/string/cris/
   branches/uClibc-nptl/libc/string/cris/memcopy.h
   branches/uClibc-nptl/libc/string/cris/memcpy.c
   branches/uClibc-nptl/libc/string/cris/memmove.c
   branches/uClibc-nptl/libc/string/cris/memset.c
   branches/uClibc-nptl/libc/string/cris/strcpy.c
   branches/uClibc-nptl/libc/string/cris/strncpy.c
   branches/uClibc-nptl/libc/string/xtensa/
   branches/uClibc-nptl/libc/string/xtensa/Makefile
   branches/uClibc-nptl/libc/string/xtensa/memcpy.S
   branches/uClibc-nptl/libc/string/xtensa/memset.S
   branches/uClibc-nptl/libc/string/xtensa/strcmp.S
   branches/uClibc-nptl/libc/string/xtensa/strcpy.S
   branches/uClibc-nptl/libc/string/xtensa/strlen.S
   branches/uClibc-nptl/libc/string/xtensa/strncpy.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/Makefile.arch
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/__longjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/atomic.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/byteswap.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/endian.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/kernel_stat.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/kernel_types.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/stackinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/syscalls.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bits/wordsize.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/brk.c
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bsd-_setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/bsd-setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/clone.c
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/crt1.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/crti.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/crtn.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/mmap.c
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sigrestorer.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sys/
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sys/elf.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sys/procfs.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sys/ucontext.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/sys/user.h
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/syscall.S
   branches/uClibc-nptl/libc/sysdeps/linux/avr32/vfork.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/Makefile
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/Makefile.arch
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/__longjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/__syscall_error.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/endian.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/fcntl.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/ipc.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/kernel_stat.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/kernel_types.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/mathdef.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/mman.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/msq.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/setjmp.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/shm.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/sigcontextinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/stackinfo.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/stat.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/syscalls.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/uClibc_arch_features.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/uClibc_page.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/wordsize.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bits/xtensa-config.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/brk.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bsd-_setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/bsd-setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/clone.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/crt1.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/crti.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/crtn.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/fork.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/mmap.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/posix_fadvise.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/posix_fadvise64.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/pread_write.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/setjmp.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sigaction.c
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sigrestorer.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sys/
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sys/procfs.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sys/ptrace.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sys/ucontext.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/syscall.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/sysdep.h
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/vfork.S
   branches/uClibc-nptl/libc/sysdeps/linux/xtensa/windowspill.S


Changeset:

Sorry, the patch is too large to include (9222 lines).
Please use ViewCVS to see it!

http://uclibc.org/cgi-bin/viewcvs.cgi?view=rev&root=svn&rev=21340



More information about the uClibc-cvs mailing list