aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-30As with gettimeofday, avoid vdso for clang-compiled time()google/grte/v6-2.29/masterStan Shebs1-1/+4
2019-04-30Bypass gettimeofday ifunc if using clangStan Shebs1-1/+2
2019-04-30Make pointer in tst-realloc volatile alsoStan Shebs1-1/+1
2019-04-30Defeat a malloc optimization by declaring things volatile.Stan Shebs5-6/+6
2019-04-30Make zero volatile to defeat constant-folding of 0.0/0.0Stan Shebs1-1/+1
2019-04-30Comment out debugging hack that pollutes namespaceStan Shebs1-0/+4
2019-04-30Avoid the nonstandard .tls_commonStan Shebs1-1/+1
2019-04-30Use clang integrated assembler except when asm is output and not required to ...Stan Shebs2-9/+7
2019-04-30For clang, add hidden proto of __libc_allocate_once_slow ahead of useStan Shebs3-3/+12
2019-04-30Do not pass unhandled flag to clangStan Shebs1-1/+4
2019-04-30Stub out execstack problemStan Shebs1-0/+2
2019-04-30Stub out execstack, multidir, and ifunc problemsStan Shebs1-2/+9
2019-04-30Skip execstack test, depends on nested functionStan Shebs1-0/+2
2019-04-29De-nest test-ffs.cStan Shebs1-16/+15
2019-04-29Work around a clang bugStan Shebs1-0/+2
2019-04-29clang requires -mno-see for 387 mathStan Shebs1-0/+3
2019-04-29Suppress tgmath3 tests if clangStan Shebs1-1/+3
2019-04-29Put CMPLX* macros under ISO C11Stan Shebs1-1/+1
2019-04-29Add clang versions of CMPLX* macrosStan Shebs1-0/+25
2019-04-29Reduce an error to warning if clangStan Shebs1-0/+4
2019-04-26Add a hidden_proto for __close_nocancel before its useStan Shebs1-0/+7
2019-04-26Add another workaround for clang problem with sizes in asmStan Shebs1-0/+4
2019-04-26Add hidden protos ahead of usesStan Shebs1-0/+12
2019-04-26De-nest makedb.cStan Shebs1-0/+45
2019-04-26Work around a weird clang link failureStan Shebs1-0/+4
2019-04-26Remove debugging hackStan Shebs1-3/+0
2019-04-26Work around clang assembler bug with expressions in .ifStan Shebs13-0/+96
2019-04-26Work around lack of .tfloat in clang assemblerStan Shebs1-0/+6
2019-04-26Disallow extern inline if clangStan Shebs1-2/+1
2019-04-26Work around clang asm problem by changing types of two variablesStan Shebs1-1/+8
2019-04-26Update de-nested functions to match originalsStan Shebs1-10/+9
2019-04-24Add a --with-lld option to choose LLVMs lld linkerStan Shebs5-1/+48
2019-04-24Work around clang assembler error with bnd by itself on a lineStan Shebs1-1/+2
2019-04-24Change de-nesting fix to use added argument instead of globalsStan Shebs7-13/+152
2019-04-24Un-nest nested functions in dynamic linkerStan Shebs5-1/+120
2019-04-24Work around clang assembler problem with ifunc relocsStan Shebs3-2/+21
2019-04-24De-nest regcomp.cStan Shebs2-1/+273
2019-04-24Work around clang assembler error with movzxStan Shebs1-2/+3
2019-04-24Work around a clang problem with asm constraintsStan Shebs1-1/+1
2019-04-24Add workarounds for incomplete float128 support in clangStan Shebs3-1/+30
2019-04-23Add clang version of __hidden_protoStan Shebs1-0/+10
2019-04-23Skip undefined va_arg_packStan Shebs1-0/+4
2019-04-23Add --with-clang and --disable-float128 options to toplevel configuryStan Shebs6-7/+96
2019-04-15malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell3-26/+62
2019-04-03ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi3-1/+13
2019-03-22ja_JP: Change the offset for Taisho gan-nen from 2 to 1 [BZ #24162]TAMUKI Shoichi2-1/+7
2019-03-21S390: Mark vx and vxe as important hwcap.Stefan Liebler2-1/+7
2019-03-16Record CVE-2019-9169 in NEWS and ChangeLog [BZ #24114]Aurelien Jarno2-0/+5
2019-03-16regex: fix read overrun [BZ #24114]Paul Eggert2-2/+12
2019-03-13Fix output of LD_SHOW_AUXV=1.Stefan Liebler7-16/+25