[PATCH] string/microblaze: Fix for little-endian

Mike Frysinger vapier at gentoo.org
Sat Nov 17 20:44:44 UTC 2012


On Friday 21 September 2012 01:38:41 Steve Bennett wrote:
> --- a/libc/string/microblaze/memcpy.S
> +++ b/libc/string/microblaze/memcpy.S
> 
> +#ifdef __MICROBLAZEEL__
> +	#define BSLLI bsrli
> +	#define BSRLI bslli
> +#else
> +	#define BSLLI bslli
> +	#define BSRLI bsrli
> +#endif

for future reference, we do not indent preprocessor tokens

#ifdef foo
# define cow moo
#else
# define cow woof
#endif
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.busybox.net/pipermail/uclibc/attachments/20121117/99a4834e/attachment.asc>


More information about the uClibc mailing list