[oe-commits] org.oe.dev uclibc 0.9.29: Fix issue with AVR32 optimized string routines in uClibc. bzero() would not

gwossum commit oe at amethyst.openembedded.net
Mon Mar 17 08:56:52 UTC 2008


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.

Author: gwossum at acm.org
Branch: org.openembedded.dev
Revision: 691e8dffb6717aea6eacf2430da5d21a4a9c0825
ViewMTN: http://monotone.openembedded.org/revision/info/691e8dffb6717aea6eacf2430da5d21a4a9c0825
Files:
1
packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch
Diffs:

#
# mt diff -r9213dd4fd16bfe1565668bf55853071f35f346d3 -r691e8dffb6717aea6eacf2430da5d21a4a9c0825
#
#
#
# add_file "packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch"
#  content [a1a301563a519027d610c7653a698806cca7acaf]
#
============================================================
--- packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch	a1a301563a519027d610c7653a698806cca7acaf
+++ packages/uclibc/uclibc-0.9.29/uClibc-0.9.29-avr32-bzero.patch	a1a301563a519027d610c7653a698806cca7acaf
@@ -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






More information about the Openembedded-commits mailing list