aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-07Use clang integrated assembler except when asm is output and not required to ...shebs/clangifyStan Shebs2-7/+8
2018-02-07Add workaround to get clang to accept avx-512 instructionsStan Shebs1-0/+7
2018-02-07Work around clang assembler error with bnd by itself on a lineStan Shebs1-1/+2
2018-02-07Work around clang assembler error with movzxStan Shebs1-2/+3
2018-02-07Work around clang assembler bug with expressions in .ifStan Shebs13-0/+96
2018-02-06Work around lack of .tfloat in clang assemblerStan Shebs1-0/+6
2018-01-24Put CMPLX* macros under ISO C11Stan Shebs1-1/+1
2018-01-24Add clang and debug support to conformance scriptsStan Shebs5-9/+82
2018-01-24Comment out debugging hack that pollutes namespaceStan Shebs1-0/+4
2018-01-24Do not pass unhandled flag to clangStan Shebs1-1/+4
2018-01-24Add workarounds for incomplete float128 support in clangStan Shebs4-2/+31
2018-01-24clang requires -mno-see for 387 mathStan Shebs1-0/+3
2018-01-24Work around a weird clang link failureStan Shebs1-0/+4
2018-01-24For now, disable asm definitions of mempcpy and strpcpyStan Shebs1-0/+2
2018-01-24Make zero volatile to defeat constant-folding of 0.0/0.0Stan Shebs2-3/+5
2018-01-24Reduce an error to warning if clangStan Shebs1-0/+4
2018-01-24Work around a clang bugStan Shebs1-0/+2
2018-01-24Add clang versions of CMPLX* macrosStan Shebs1-0/+25
2018-01-24Suppress tgmath3 tests if clangStan Shebs1-0/+3
2018-01-24Add clang placeholders for va_arg_packStan Shebs1-0/+5
2018-01-24Add hidden protos ahead of usesStan Shebs1-0/+12
2018-01-24Stub out execstack problemStan Shebs1-0/+2
2018-01-24Stub out execstack, multidir, and ifunc problemsStan Shebs2-3/+10
2018-01-24Add --with-clang and --disable-float128 options to toplevel configuryStan Shebs6-7/+96
2018-01-24Disallow extern inline if clangStan Shebs1-2/+1
2018-01-24Add clang version of __hidden_protoStan Shebs1-0/+10
2018-01-24Skip undefined va_arg_packStan Shebs1-0/+4
2018-01-24De-nest test-ffs.cStan Shebs1-16/+15
2018-01-24De-nest makedb.cStan Shebs1-0/+45
2018-01-24De-nest regcomp.c, suppress GCC warnings about itStan Shebs2-1/+273
2018-01-24Un-nest nested functions in dynamic linkerStan Shebs5-1/+120
2018-01-24Skip execstack test, depends on nested functionStan Shebs1-0/+2
2018-01-24Avoid the nonstandard .tls_commonStan Shebs1-1/+1
2018-01-24Add jmp_buf-macros.h for ColdFire.Joseph Myers3-0/+13
2018-01-24aarch64: Revert the change of the __reserved member of mcontext_tSzabolcs Nagy3-2/+14
2018-01-24Add build-many-glibcs.py support for Hurd.Joseph Myers2-10/+82
2018-01-23NEWS: Fix spelling mistake: "%ob" -> "%Ob".Rafal Luzynski1-1/+1
2018-01-23NEWS: fix spelling mistakeDmitry V. Levin1-1/+1
2018-01-23NEWS: Fix spelling mistake.Carlos O'Donell1-1/+1
2018-01-23NEWS: Document static application consequenes of %OB/%Ob.Carlos O'Donell1-0/+15
2018-01-23manual: Fix spelling of "Auxiliary."Tobias Klauser2-1/+6
2018-01-22manual: Touch up documentation for strftime and ALTMON_* constants.Rical Jasan3-13/+27
2018-01-22Fix the wording in NEWS to use "or later"Szabolcs Nagy1-2/+2
2018-01-22Update NEWS with binutils version requirement for static PIE supportSzabolcs Nagy1-1/+2
2018-01-22pl_PL: Add alternative month names (bug 10871).Rafal Luzynski2-3/+14
2018-01-22Documentation to the above changes (bug 10871).Rafal Luzynski4-11/+83
2018-01-22Abbreviated alternative month names (%Ob) also added (bug 10871).Rafal Luzynski12-62/+211
2018-01-22Implement alternative month names (bug 10871).Rafal Luzynski13-64/+251
2018-01-19powerpc: Fix syscalls during early process initialization [BZ #22685]Tulio Magno Quites Machado Filho4-4/+47
2018-01-19generic if_ether.h: Fix buildSamuel Thibault2-0/+5