aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)AuthorFilesLines
2024-04-18x86: Fix bsearch for compiler that do not define __USE_EXTERN_INLINESazanella/clangAdhemerval Zanella1-2/+8
2024-04-17x86_64: update libm test ulpsAdhemerval Zanella1-16/+19
2024-04-17x86_64: Provide __sfp_handle_exceptions if compiler does notAdhemerval Zanella3-1/+70
2024-04-17x86_64: Fix mark-plt configure testAdhemerval Zanella2-3/+3
2024-04-17Enable --enable-fortify-source with clangAdhemerval Zanella4-6/+26
2024-04-17aarch64: Fix gmon profiling with clangAdhemerval Zanella3-12/+23
2024-04-17math: Fix potential underflow on ldbl-128 erflAdhemerval Zanella1-1/+1
2024-04-17x86_64: update libm test ulpsAdhemerval Zanella1-1/+1
2024-04-17aarch64: update libm test ulpsAdhemerval Zanella1-2/+2
2024-04-17Fix loongarch stpcpy on loaderAdhemerval Zanella1-0/+3
2024-04-17x86: Use -mshstk instead of '#pragma GCC target'Adhemerval Zanella3-4/+2
2024-04-17i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella2-0/+46
2024-04-17i386: Disable some tests on clangAdhemerval Zanella2-0/+9
2024-04-17linux: Avoid indirection on operand of type 'void *' for gettimeofdayAdhemerval Zanella1-2/+2
2024-04-17elf: Use volatile to set __rseq_size and __rseq_offsetAdhemerval Zanella1-2/+2
2024-04-17math: Do not use __builtin_isnan on clangAdhemerval Zanella2-1/+5
2024-04-17math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINESAdhemerval Zanella1-0/+3
2024-04-17Handle abort call for -fexceptions callAdhemerval Zanella2-2/+9
2024-04-17x86: Use bool for C++ on x86.hAdhemerval Zanella2-3/+3
2024-04-17elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella5-7/+4
2024-04-17x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella1-2/+3
2024-04-17linux: Adequate tst-clone3 to c11 atomicsAdhemerval Zanella2-10/+6
2024-04-17dirent: Remove variable lenght array structure for tst-getdents64.cAdhemerval Zanella1-11/+5
2024-04-17math: Fix test-totalorderl-ldbl-96 exponent settingAdhemerval Zanella1-2/+2
2024-04-17And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella17-30/+30
2024-04-17x86: Use -mfpmath=387 iff compiler supports itAdhemerval Zanella3-1/+38
2024-04-17x86_64: Disable libmvec tests if compiler does not support attribute '__simd__'Adhemerval Zanella3-0/+93
2024-04-17x86: Fix test-double-vlen include-nextAdhemerval Zanella4-4/+4
2024-04-17riscv: Suppress clang confstr -Wignored-attributes feupdateenvAdhemerval Zanella1-0/+6
2024-04-17riscv: Do not use cfi_label when building with clangAdhemerval Zanella4-3/+9
2024-04-17arm: Fix clang multi-arch build with ld.bfdAdhemerval Zanella5-13/+8
2024-04-17arm: Use vmov.i32 instead of vmov on neon memchrAdhemerval Zanella1-2/+2
2024-04-17aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella5-15/+29
2024-04-17i386: sfp-machine.h: Do no use asm input cast for clangAdhemerval Zanella1-18/+26
2024-04-17i386: Move ___tls_get_addr hidden proto before its first usageAdhemerval Zanella1-2/+2
2024-04-17i386: Disable math_opt_barrier and math_force_eval for clangAdhemerval Zanella1-1/+1
2024-04-17x86: Add inhibit_stack_protector on ifunc handlersAdhemerval Zanella28-6/+40
2024-04-17x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella1-2/+11
2024-04-17x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song1-7/+14
2024-04-17x86: Use -msse2avx iff compiler supports itAdhemerval Zanella3-7/+40
2024-04-17posix: Use unsigned to check for _POSIX_VDISABLEAdhemerval Zanella2-2/+2
2024-04-17string: Use asm alias instead of symbol redirections for stpcpy and mempcpyAdhemerval Zanella2-0/+6
2024-04-17math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella1-2/+2
2024-04-17math: Suppress clang -Wincompatible-library-redeclaration on s_llroundAdhemerval Zanella1-0/+3
2024-04-17math: use fabs on __ieee754_lgamma_rAdhemerval Zanella1-1/+1
2024-04-17Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella20-21/+20
2024-04-14powerpc: Fix ld.so address determination for PCREL mode (bug 31640)Florian Weimer1-0/+19
2024-04-13Revert "x86_64: Suppress false positive valgrind error"Florian Weimer2-24/+0
2024-04-10posix: Sync tempname with gnulibAdhemerval Zanella1-114/+59
2024-04-08aarch64: Enhanced CPU diagnostics for ld.soFlorian Weimer1-0/+84