summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/wcstombs_r.c
diff options
context:
space:
mode:
authorAnton Kolesov <Anton.Kolesov@synopsys.com>2016-07-21 13:19:34 +0300
committerCorinna Vinschen <corinna@vinschen.de>2016-08-11 10:59:54 +0200
commit668033eb9f0e1d61178ed87f9784d375d478124c (patch)
treea89bcd321d24c8788eeb5719646d3dc3b014c961 /newlib/libc/stdlib/wcstombs_r.c
parent1baa8bb8431c8eac319168727b89ce38c8b66fbe (diff)
downloadcygnal-668033eb9f0e1d61178ed87f9784d375d478124c.tar.gz
cygnal-668033eb9f0e1d61178ed87f9784d375d478124c.tar.bz2
cygnal-668033eb9f0e1d61178ed87f9784d375d478124c.zip
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>
Diffstat (limited to 'newlib/libc/stdlib/wcstombs_r.c')
0 files changed, 0 insertions, 0 deletions