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