[PATCH 4/7] add AVR32 optimized string functions

2007-11-05 Thread Hans-Christian Egtvedt
This patch adds AVR32 optimized string functions. There has been some issues with the assembler optimized string functions in the past, but this patch passes the test/string test-cases. Signed-off-by: Hans-Christian Egtvedt <[EMAIL PROTECTED]> --- diff --git a/libc/string/avr32/Makefile b/libc/s

[PATCH 1/7] add AVR32 architecture to kbuild

2007-11-05 Thread Hans-Christian Egtvedt
This patch adds AVR32 to the kbuild system. Signed-off-by: Hans-Christian Egtvedt <[EMAIL PROTECTED]> --- diff --git a/Rules.mak b/Rules.mak index 0197fa3..9f60273 100644 --- a/Rules.mak +++ b/Rules.mak @@ -317,6 +317,12 @@ ifeq ($(TARGET_ARCH),frv) UCLIBC_LDSO=ld.so.1 endif +ifeq ($(

[PATCH 5/7] add AVR32 pthread support

2007-11-05 Thread Hans-Christian Egtvedt
This patch adds AVR32 pthread, old Linux threads, support. Signed-off-by: Hans-Christian Egtvedt <[EMAIL PROTECTED]> --- diff --git a/libpthread/linuxthreads.old/sysdeps/avr32/pt-machine.h b/libpthread/linuxthreads.old/sysdeps/avr32/pt-machine.h new file mode 100644 index 000..eccf329 --- /