aboutsummaryrefslogtreecommitdiff
path: root/sysdeps
AgeCommit message (Expand)Author
2024-02-09aarch64: Fix gmon profiling with clangAdhemerval Zanella
2024-02-09math: Fix potential underflow on ldbl-128 erflAdhemerval Zanella
2024-02-09x86_64: update libm test ulpsAdhemerval Zanella
2024-02-09aarch64: update libm test ulpsAdhemerval Zanella
2024-02-09Fix loongarch stpcpy on loaderAdhemerval Zanella
2024-02-09x86: Use -mshstk instead of '#pragma GCC target'Adhemerval Zanella
2024-02-09i686: Do not build ifunc tests if compiler does not generate supported reloca...Adhemerval Zanella
2024-02-09i386: Disable some tests on clangAdhemerval Zanella
2024-02-09linux: Avoid indirection on operand of type 'void *' for gettimeofdayAdhemerval Zanella
2024-02-09elf: Use volatile to set __rseq_size and __rseq_offsetAdhemerval Zanella
2024-02-09math: Do not use __builtin_isnan on clangAdhemerval Zanella
2024-02-09math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINESAdhemerval Zanella
2024-02-09Handle abort call for -fexceptions callAdhemerval Zanella
2024-02-09x86: Use bool for C++ on x86.hAdhemerval Zanella
2024-02-09elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella
2024-02-09x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella
2024-02-09linux: Adequate tst-clone3 to c11 atomicsAdhemerval Zanella
2024-02-09dirent: Remove variable lenght array structure for tst-getdents64.cAdhemerval Zanella
2024-02-09math: Fix test-totalorderl-ldbl-96 exponent settingAdhemerval Zanella
2024-02-09And defines to __attribute__ (__noclone__) iff compiler supports it.Adhemerval Zanella
2024-02-09x86: Use -mfpmath=387 iff compiler supports itAdhemerval Zanella
2024-02-09x86_64: Disable libmvec tests if compiler does not support attribute '__simd__'Adhemerval Zanella
2024-02-09x86: Fix test-double-vlen include-nextAdhemerval Zanella
2024-02-09riscv: Suppress clang confstr -Wignored-attributes feupdateenvAdhemerval Zanella
2024-02-09riscv: Do not use cfi_label when building with clangAdhemerval Zanella
2024-02-09arm: Fix clang multi-arch build with ld.bfdAdhemerval Zanella
2024-02-09arm: Use vmov.i32 instead of vmov on neon memchrAdhemerval Zanella
2024-02-09aarch64: Use 64-bit variable to access the special registersAdhemerval Zanella
2024-02-09i386: sfp-machine.h: Do no use asm input cast for clangAdhemerval Zanella
2024-02-09i386: Move ___tls_get_addr hidden proto before its first usageAdhemerval Zanella
2024-02-09i386: Disable math_opt_barrier and math_force_eval for clangAdhemerval Zanella
2024-02-09x86: Add inhibit_stack_protector on ifunc handlersAdhemerval Zanella
2024-02-09x86: math: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtypeAdhemerval Zanella
2024-02-09x86: Remove __strstr_generic prototypeAdhemerval Zanella
2024-02-09x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code pathFangrui Song
2024-02-09x86: Use -msse2avx iff compiler supports itAdhemerval Zanella
2024-02-09posix: Use unsigned to check for _POSIX_VDISABLEAdhemerval Zanella
2024-02-09string: Use asm alias instead of symbol redirections for stpcpy and mempcpyAdhemerval Zanella
2024-02-09math: Use -fexcess-precision=standard iff compiler supports itAdhemerval Zanella
2024-02-09configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2024-02-09math: Suppress clang -Wincompatible-library-redeclaration on s_llroundAdhemerval Zanella
2024-02-09math: use fabs on __ieee754_lgamma_rAdhemerval Zanella
2024-02-09Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers
2024-02-08Add new AArch64 HWCAP2 definitions from Linux 6.7 to bits/hwcap.hJoseph Myers
2024-02-05arm: Remove wrong ldr from _dl_start_user (BZ 31339)Adhemerval Zanella
2024-02-05LoongArch: Use builtins for ffs and ffsllXi Ruoyao
2024-02-05Remove sysdeps/ia64/math-use-builtins-ffs.hXi Ruoyao
2024-02-02mips: FIx clone3 implementation (BZ 31325)Adhemerval Zanella
2024-02-01Rename c2x / gnu2x tests to c23 / gnu23Joseph Myers