summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* posix: Fix posix/tst-spawn7.c dummy_sa_handler declarationazanella/clangAdhemerval Zanella2023-02-091-1/+1
* Use -Wl,--undefined-version if linker requires itAdhemerval Zanella2023-02-093-0/+102
* arm: Fix clang multi-arch build with ld.bfdAdhemerval Zanella2023-02-095-13/+8
* linux: Avoid indirection on operand of type 'void *' for gettimeofdayAdhemerval Zanella2023-02-091-2/+2
* Fix libc_cv_protected_data check if compiler defaults to PIEAdhemerval Zanella2023-02-092-2/+2
* stdio: Suppress %Z format for clangAdhemerval Zanella2023-02-095-0/+35
* resolve: Fix implicit conversion on tst-resolv-invalid-cnameAdhemerval Zanella2023-02-091-2/+2
* elf: Use volatile to set __rseq_size and __rseq_offsetAdhemerval Zanella2023-02-091-2/+2
* elf: Disable unload4 test on clangAdhemerval Zanella2023-02-091-0/+5
* stdio: Fix tst-vfprintf-user-type on clangAdhemerval Zanella2023-02-091-1/+1
* math: Do not use __builtin_isinf on clangAdhemerval Zanella2023-02-091-3/+3
* math: Do not use __builtin_isnan on clangAdhemerval Zanella2023-02-093-3/+6
* math: Do not use __builtin_fpclassify on clangAdhemerval Zanella2023-02-091-4/+2
* math: Fix isgreater* and isless* for clangAdhemerval Zanella2023-02-091-1/+1
* math: Handle fabsf128 intra PLT for !__USE_EXTERN_INLINESAdhemerval Zanella2023-02-092-3/+11
* intl: Use strcpy on _nl_make_l10nflistAdhemerval Zanella2023-02-091-1/+1
* string: mempcy and stpcpy builtins internallyAdhemerval Zanella2023-02-091-2/+6
* Handle abort call for -fexceptions callAdhemerval Zanella2023-02-092-2/+9
* elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_...Adhemerval Zanella2023-02-091-7/+15
* x86: Use bool for C++ on x86.hAdhemerval Zanella2023-02-092-2/+9
* malloc: Disable malloc builtins on testsAdhemerval Zanella2023-02-093-2/+13
* Only use -finput-charset=ascii iff compiler supports itAdhemerval Zanella2023-02-095-3/+45
* conform: Do not use __SIG_ATOMIC_TYPE__Adhemerval Zanella2023-02-092-2/+6
* conform: Replace _Static_assert with macroAdhemerval Zanella2023-02-091-5/+16
* conform: Use -dD instead of -dN on compiler invocationAdhemerval Zanella2023-02-091-3/+3
* localedata: Use hexadecimal character escape on testsAdhemerval Zanella2023-02-0911-36/+39
* Undef attribute_relro on internal tests that include tls.hAdhemerval Zanella2023-02-093-0/+6
* elf: Do not cast TLS_DTV_UNALLOCATED to voidAdhemerval Zanella2023-02-096-7/+6
* malloc: Suppress clang warning on tst-memalignAdhemerval Zanella2023-02-091-0/+4
* x86: Use inhibit_stack_protector on tst-ifunc-isa.hAdhemerval Zanella2023-02-091-2/+3
* Move inhibit_stack_protector to its own headerAdhemerval Zanella2023-02-092-14/+39
* elf: Suppress clang warning on tst-unique4Adhemerval Zanella2023-02-092-1/+7
* elf: Suppress clang warning on tst-unique3Adhemerval Zanella2023-02-091-3/+8
* support: Suppress clang warning on tst-timespecAdhemerval Zanella2023-02-091-0/+7
* misc: Disable some atomic tests on clangAdhemerval Zanella2023-02-091-0/+6
* linux: Adequate tst-clone3 to c11 atomicsAdhemerval Zanella2023-02-092-10/+6
* posix: Suppress clang warning on bug-regex24Adhemerval Zanella2023-02-091-0/+7
* dirent: Remove variable lenght array structure for tst-getdents64.cAdhemerval Zanella2023-02-091-11/+5
* string: Suppress clang -Wsuspicious-bzero on testerAdhemerval Zanella2023-02-091-0/+28
* malloc: Only enable -Waggressive-loop-optimizations suppression for gccAdhemerval Zanella2023-02-091-2/+2
* Use check tests with trampolines iff compiler supports itAdhemerval Zanella2023-02-094-7/+61
* Handle pragma GCC optimize for clangAdhemerval Zanella2023-02-093-3/+15
* libio: Handle -Wno-restrict with libc-diag.hAdhemerval Zanella2023-02-092-4/+14
* stdio: Suppress clang warnings for tst-vprintf-width-i18n.cAdhemerval Zanella2023-02-091-0/+8
* stdio: Suppress clang warnings for tst-unlockedio.cAdhemerval Zanella2023-02-091-0/+4
* stdio: Suppress -Wformat only for gcc for tst-sprintf-errno.cAdhemerval Zanella2023-02-091-1/+1
* stdio: Disable attribute (optimize) if compiler does not support itAdhemerval Zanella2023-02-091-1/+7
* stdio: Disable clang warning on scanf13 testAdhemerval Zanella2023-02-091-0/+15
* stdio: Disable bug23-3 on clangAdhemerval Zanella2023-02-091-0/+5
* stdlib: Avoid internal definitions for tst-strtod5iAdhemerval Zanella2023-02-091-0/+1