aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorGeoffrey Wossum <gwossum@acm.org>2008-03-14 08:26:43 +0000
committerKoen Kooi <koen@openembedded.org>2008-03-14 08:26:43 +0000
commit09b9a3e7a80a9fde44c14592a4d870271affb2ff (patch)
tree42495375dc10f8a3ea974ee11301bf806d36356f /packages
parenta890310963ca7107a874b68008e91e326c808d46 (diff)
downloadopenembedded-09b9a3e7a80a9fde44c14592a4d870271affb2ff.tar.gz
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.
Diffstat (limited to 'packages')
-rw-r--r--packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch11
1 files changed, 11 insertions, 0 deletions
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 <features.h>
++
+ #ifdef __UCLIBC_SUSV3_LEGACY__
+
+ .text