aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-27Disable -mfloat128 for clang, lets power9 insns into power8 executablesStan Shebs1-39/+41
2021-08-27Also work around clang bctrl issue in get_clockfreq.cStan Shebs1-0/+18
2021-08-27[BZ #19239] Don't include sys/sysmacros.h from sys/types.h.Zack Weinberg4-58/+23
2021-08-27Remove .llvm_addrsig sections from crt.o filesStan Shebs1-1/+7
2021-08-27Forward-port cl/42676407 to disable link-time warning about mktemp, tempnam a...Brooks Moses3-0/+6
2021-08-27Changes to compile glibc-2.27 on PPC (Power8) with clang.Raman Tenneti5-0/+44
2021-08-27Add a note about passwd.borg.base organizationStan Shebs1-0/+1
2021-08-27Fix mistaken order of arguments to open_pathStan Shebs1-1/+1
2021-08-27Update build notesStan Shebs1-3/+3
2021-08-27Undid the dl_enable_fastload environment variable changes.Raman Tenneti6-15/+3
2021-08-27Add "fastload" support.Paul Pluzhnikov7-32/+657
2021-08-27Work around lack of mfppr in clangStan Shebs1-0/+5
2021-08-27Work around mtfsb0 syntax limitation with clangStan Shebs2-0/+16
2021-08-27Avoid passing gcc-specific options to clangStan Shebs1-0/+5
2021-08-27Make asm-based constraints be gcc-onlyStan Shebs1-0/+2
2021-08-27Make xxland syntax gcc-onlyStan Shebs1-4/+4
2021-08-27Add a first approximation of float definitions for ppc clangStan Shebs1-3/+47
2021-08-27Make powerpc .machine directives be gcc-onlyStan Shebs4-3/+12
2021-08-27Make mutex hints gcc-only, improve a type in __arch_compare_and_exchange_bool...Stan Shebs1-2/+2
2021-08-27Make power6 directives be gcc-onlyStan Shebs2-3/+16
2021-08-27Add power9 flag to go with -mfloat128Stan Shebs1-37/+43
2021-08-27Disable more attempts to pass -mlong-double-128 to clangStan Shebs4-0/+14
2021-08-27Disable attempts to pass -mlong-double-128 to clangStan Shebs5-0/+112
2021-08-27Add workaround for clang link failure in elf/tst-unique4Stan Shebs1-0/+5
2021-08-27Add workaround for infinite looping in ppc vsyscallsStan Shebs2-0/+34
2021-08-27Work around clang crash by skipping apparently-unneeded asmStan Shebs1-0/+4
2021-08-27Work around clang problem with ifuncs and vdsoStan Shebs2-2/+2
2021-08-27Work around a ppc clang inlining bugStan Shebs2-1/+10
2021-08-27Add workaround for segfaults in __longjmp when compiled with ppc clangStan Shebs1-0/+23
2021-08-27Add clang version of find_cxx_headerStan Shebs2-0/+20
2021-08-27Change de-nesting fix to use added argument instead of globalsStan Shebs7-13/+152
2021-08-27Fix regressions in async-safe TLS, add run-time control for debugging, add mo...Stan Shebs10-47/+196
2021-08-27Fix TLS problems not handled by cherrypickStan Shebs5-55/+9
2021-08-27Revert upstream removal of async-safe TLS patches.Brooks Moses13-55/+569
2021-08-27Make pointer in tst-realloc volatile alsoStan Shebs1-1/+1
2021-08-27Add a GRTE-specific readme.Stan Shebs1-0/+61
2021-08-27Work around a make 3.81 segfault with clangStan Shebs1-1/+3
2021-08-27NEWS: Move security-lated changes before bug listFlorian Weimer1-13/+13
2021-08-27Add references to CVE-2018-11236, CVE-2017-18269Florian Weimer2-0/+9
2021-08-27Add a test case for [BZ #23196]H.J. Lu2-0/+53
2021-08-27Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab4-2/+20
2021-08-27sunrpc: Remove stray exports without --enable-obsolete-rpc [BZ #23166]Florian Weimer6-8/+38
2021-08-27gd_GB: Fix typo in abbreviated "May" (bug 23152).Rafal Luzynski3-2/+9
2021-08-27NEWS: add entries for bugs 17343, 20419, 22644, 22786, 22884, 22947, 23005, 2...Dmitry V. Levin1-0/+13
2021-08-27Fix path length overflow in realpath [BZ #22786]Paul Pluzhnikov4-2/+100
2021-08-27Fix stack overflow with huge PT_NOTE segment [BZ #20419]Paul Pluzhnikov5-4/+86
2021-08-27Fix blocking pthread_join. [BZ #23137]Stefan Liebler2-5/+14
2021-08-27Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers11-8/+76
2021-08-27resolv: Fully initialize struct mmsghdr in send_dg [BZ #23037]Florian Weimer2-19/+27
2021-08-27manual: Various fixes to the mbstouwcs example, and mbrtowc updateFlorian Weimer3-43/+92