newlib-cygwin/newlib/libc/machine/arc
Anton Kolesov 668033eb9f arc: Fix strcmp for big endian without barrel shifter
strcmp.S contained invalid guard for code that used barrel-shifter optional
instruction - it was checking for !ARC601 instead of whether barrel shifter
is present. While it is true that ARC601 doesn't have barrel shifter, so
does some other ARC EM configurations.

2016-07-21  Anton Kolesov  <Anton.Kolesov@synopsys.com>

	* libc/machine/arc/strcmp.S: Fix big endian without barrel shifter.

Signed-off-by: Anton Kolesov <Anton.Kolesov@synopsys.com>
2016-08-11 10:59:54 +02:00
..
Makefile.am
Makefile.in Regenerate files for newlib 2.3.0. 2015-12-21 21:32:11 -05:00
aclocal.m4 Regenerate files for newlib 2.3.0. 2015-12-21 21:32:11 -05:00
asm.h
configure Bump up newlib version to 2.4.0 due to feature test refactoring 2016-03-29 17:33:42 -04:00
configure.in
memcmp-bs-norm.S
memcmp-stub.c
memcmp.S
memcpy-archs.S arc: Use unaligned loads/stores for memcopy. 2016-08-11 10:59:53 +02:00
memcpy-bs.S
memcpy-stub.c
memcpy.S
memset-archs.S arc: Use prefetch instead of prealloc. 2016-08-11 10:59:53 +02:00
memset-bs.S
memset-stub.c
memset.S
setjmp.S
strchr-bs-norm.S
strchr-bs.S
strchr-stub.c
strchr.S
strcmp-archs.S
strcmp-stub.c
strcmp.S arc: Fix strcmp for big endian without barrel shifter 2016-08-11 10:59:54 +02:00
strcpy-bs-arc600.S
strcpy-bs.S
strcpy-stub.c
strcpy.S
strlen-bs-norm.S
strlen-bs.S
strlen-stub.c
strlen.S
strncpy-bs.S
strncpy-stub.c
strncpy.S