glibc/sysdeps/tile
Chris Metcalf 0dacd7a3b9 tilegx: remove implicit boolean conversion in strstr.
[BZ #17746]
The __builtin_expect() truncated a uint64_t to a 32-bit long
in ILP32 mode, discarding the high 32 bits, and potentially
missing the NUL terminator that we were searching for with SIMD
operations.  Explicitly compare to zero to fix the problem.
2014-12-22 14:50:26 -05:00
..
bits Fix -Wundef warnins for __FP_FAST_FMA* 2014-03-21 17:28:43 +05:30
nptl Add adaptive elision to rwlocks 2014-06-13 13:15:28 -07:00
tilegx tilegx: remove implicit boolean conversion in strstr. 2014-12-22 14:50:26 -05:00
tilepro tile: add inhibit_loop_to_libcall to string functions 2014-12-11 15:13:48 -05:00
__longjmp.S
__tls_get_addr.S
_mcount.S
abort-instr.h
backtrace.c
bsd-_setjmp.S
bsd-setjmp.S
bzero.S
crti.S
crtn.S
dl-lookupcfg.h
dl-machine.h [BZ #17354] tile: Fix up corner cases with signed relocations 2014-09-06 12:24:03 -04:00
dl-runtime.c tile: Fix cut-and-paste bug in commit fcccd5128. 2014-04-04 15:03:47 -04:00
dl-start.S Don't use INTDEF/INTUSE with _dl_init (bug 14132). 2014-11-04 23:26:39 +00:00
dl-tls.c
dl-tls.h
dl-trampoline.S
ffs.c tile: separate ffsll from ffs 2014-12-21 17:12:54 -05:00
ffsll.c tile: separate ffsll from ffs 2014-12-21 17:12:54 -05:00
gccframe.h
Implies
jmpbuf-offsets.h
jmpbuf-unwind.h
ldsodefs.h
libm-test-ulps Don't include individual test ulps in libm-test-ulps. 2014-03-05 15:02:38 +00:00
machine-gmon.h
Makefile
math_private.h
memcmp.c tile: fix copyright header blocks in just-committed files 2014-10-06 13:47:02 -04:00
memcopy.h Fix Wundef warning for MEMCPY_OK_FOR_FWD_MEMMOVE 2014-06-28 06:05:24 +05:30
preconfigure Remove relro configure test. 2014-06-27 16:51:22 +00:00
s_fma.c
s_fmaf.c
setjmp.S
sfp-machine.h
sotruss-lib.c
stackguard-macros.h
stackinfo.h
start.S
sysdep.h
tls-macros.h
tst-audit.h
Versions
wordcopy.c