From: Geoffrey Wossum Date: Fri, 14 Mar 2008 08:26:43 +0000 (+0000) Subject: uclibc 0.9.29: Fix issue with AVR32 optimized string routines in uClibc. bzero(... X-Git-Tag: Release-2010-05/1~7489^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09b9a3e7a80a9fde44c14592a4d870271affb2ff;p=openembedded.git uclibc 0.9.29: Fix issue with AVR32 optimized string routines in uClibc. bzero() would not generate any code before. uClibc-0.9.29-avr32-bzero.patch was submitted to the uclibc mailing list on 2008-03-13. --- diff --git a/packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch b/packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch new file mode 100644 index 0000000000..8d6aba15a1 --- /dev/null +++ b/packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch @@ -0,0 +1,11 @@ +--- uClibc-0.9.29-orig/libc/string/avr32/bzero.S 2008-03-10 15:02:14.000000000 -0500 ++++ uClibc-0.9.29/libc/string/avr32/bzero.S 2008-03-10 15:05:39.000000000 -0500 +@@ -6,6 +6,8 @@ + * archive for more details. + */ + ++#include ++ + #ifdef __UCLIBC_SUSV3_LEGACY__ + + .text