aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2021-08-27Changes to compile glibc-2.27 on PPC (Power8) with clang.Raman Tenneti5-0/+44
2021-08-27Undid the dl_enable_fastload environment variable changes.Raman Tenneti1-1/+0
2021-08-27Add "fastload" support.Paul Pluzhnikov1-1/+66
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 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-27Change de-nesting fix to use added argument instead of globalsStan Shebs2-2/+18
2021-08-27Fix regressions in async-safe TLS, add run-time control for debugging, add mo...Stan Shebs1-0/+3
2021-08-27Fix TLS problems not handled by cherrypickStan Shebs3-7/+5
2021-08-27Revert upstream removal of async-safe TLS patches.Brooks Moses4-0/+73
2021-08-27Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab1-2/+3
2021-08-27Fix blocking pthread_join. [BZ #23137]Stefan Liebler1-5/+8
2021-08-27Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.Joseph Myers10-8/+53
2021-08-27Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]H.J. Lu1-0/+1
2021-08-27getlogin_r: return early when linux sentinel value is setJesse Hathaway1-0/+9
2021-08-27RISC-V: fix struct kernel_sigaction to match the kernel version [BZ #23069]Aurelien Jarno1-0/+7
2021-08-27Linux i386: tst-bz21269 triggers SIGBUS on some kernelsFlorian Weimer1-0/+2
2021-08-27Fix i386 memmove issue (bug 22644).Andrew Senkevich1-6/+6
2021-08-27RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman4-8/+36
2021-08-27RISC-V: Do not initialize $gp in TLS macros.DJ Delorie1-17/+3
2017-11-17i386: Fix i386 sigaction sa_restorer initialization (BZ#21269)Adhemerval Zanella3-1/+238
2018-02-10linux/powerpc: sync sys/ptrace.h with Linux 4.15 [BZ #22433, #22807]Dmitry V. Levin1-0/+62
2018-02-26powerpc: Undefine Linux ptrace macros that conflict with __ptrace_requestTulio Magno Quites Machado Filho1-0/+43
2018-03-09sparc32: Add nop before __startcontext to stop unwinding [BZ #22919]Aurelien Jarno1-0/+13
2018-03-05powerpc: Fix TLE build for SPE (BZ #22926)Adhemerval Zanella5-2/+10
2017-12-29linux/aarch64: sync sys/ptrace.h with Linux 4.15 [BZ #22433]Dmitry V. Levin1-8/+0
2018-02-14Update SH libm-tests-ulpsAdhemerval Zanella1-48/+445
2018-02-09[RISC-V] Fix parsing flags in ELF64 files.DJ Delorie1-1/+2
2014-03-03For b/5836136, do dlsym(0, "_Unwind..."), i.e. ignore libgcc_s.so.1 dlopen fa...Paul Pluzhnikov1-0/+9
2018-03-28Fix GCC compilation issues in cherrypicksStan Shebs1-0/+2
2014-03-10For Google b/8315591, experimental implementation of dlopen_with_offset.Paul Pluzhnikov1-4/+8
2014-02-28Disable static linking warning for dlopen and dlmopen, and disable linking wa...Paul Pluzhnikov1-1/+6
2018-03-19Add empty NSS borg and cache abi lists, to make testsuite workStan Shebs2-0/+0
2014-03-08For b/4074041, add EXEC_ORIGIN support. Forward-ported from cl/56955623 and h...Paul Pluzhnikov1-0/+3
2018-03-13As with gettimeofday, avoid vdso for clang-compiled time()Stan Shebs1-1/+4
2018-03-12Forward-port addition of __google_pthread_signal_safe_key_createStan Shebs6-0/+19
2018-03-02Bypass gettimeofday ifunc if using clangStan Shebs1-1/+2