OSDN Git Service

Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel...
authorCarmelo Amoroso <carmelo.amoroso@st.com>
Fri, 16 Nov 2007 14:26:46 +0000 (14:26 -0000)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Fri, 16 Nov 2007 14:26:46 +0000 (14:26 -0000)
commite130b681c43ee2215512ffcf6cadcbc4487e96e6
tree107831cfb61595a907dff264d1bdbf02e18c53f5
parentc08b07bc9bff10988100653d280e8afe428249f7
Added AVR32 support to uClibc. Signed-off-by: Hans-Christian Egtvedt <hcegtvedt@atmel.com>
57 files changed:
Rules.mak
extra/Configs/Config.avr32 [new file with mode: 0644]
extra/Configs/Config.in
extra/Configs/defconfigs/avr32 [new file with mode: 0644]
include/elf.h
ldso/include/dl-string.h
ldso/ldso/avr32/dl-debug.h [new file with mode: 0644]
ldso/ldso/avr32/dl-startup.h [new file with mode: 0644]
ldso/ldso/avr32/dl-syscalls.h [new file with mode: 0644]
ldso/ldso/avr32/dl-sysdep.h [new file with mode: 0644]
ldso/ldso/avr32/elfinterp.c [new file with mode: 0644]
ldso/ldso/avr32/resolve.S [new file with mode: 0644]
ldso/ldso/dl-startup.c
libc/string/avr32/Makefile [new file with mode: 0644]
libc/string/avr32/bcopy.S [new file with mode: 0644]
libc/string/avr32/bzero.S [new file with mode: 0644]
libc/string/avr32/memcmp.S [new file with mode: 0644]
libc/string/avr32/memcpy.S [new file with mode: 0644]
libc/string/avr32/memmove.S [new file with mode: 0644]
libc/string/avr32/memset.S [new file with mode: 0644]
libc/string/avr32/strcmp.S [new file with mode: 0644]
libc/string/avr32/strlen.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/Makefile [new file with mode: 0644]
libc/sysdeps/linux/avr32/Makefile.arch [new file with mode: 0644]
libc/sysdeps/linux/avr32/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/atomic.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/byteswap.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/endian.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/fcntl.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/kernel_stat.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/kernel_types.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/mman.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/setjmp.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/stackinfo.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/syscalls.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/uClibc_arch_features.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/bits/wordsize.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/brk.c [new file with mode: 0644]
libc/sysdeps/linux/avr32/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/clone.c [new file with mode: 0644]
libc/sysdeps/linux/avr32/crt1.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/crti.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/crtn.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/mmap.c [new file with mode: 0644]
libc/sysdeps/linux/avr32/setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/sigaction.c [new file with mode: 0644]
libc/sysdeps/linux/avr32/sigrestorer.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/sys/elf.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/sys/procfs.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/sys/ucontext.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/sys/user.h [new file with mode: 0644]
libc/sysdeps/linux/avr32/syscall.S [new file with mode: 0644]
libc/sysdeps/linux/avr32/vfork.S [new file with mode: 0644]
libpthread/linuxthreads.old/sysdeps/avr32/pt-machine.h [new file with mode: 0644]
libpthread/linuxthreads/sysdeps/avr32/pt-machine.h [new file with mode: 0644]
utils/ldd.c