https://gcc.gnu.org/g:2b9bbe4301cfe8652f3921f873f5a66697ceb348
commit r16-6686-g2b9bbe4301cfe8652f3921f873f5a66697ceb348 Author: Jerome Guitton <[email protected]> Date: Fri Dec 5 20:04:40 2025 -0300 remove inclusion of tickLib.h from gthr-vxworks.h This header is not used any more and its inclusion is problematic when building against Helix Cert as it might end up dragging LLVM-specific headers from spinLockLib.h. libgcc/ * config/gthr-vxworks.h: Remove #include of tickLib.h. Diff: --- libgcc/config/gthr-vxworks.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libgcc/config/gthr-vxworks.h b/libgcc/config/gthr-vxworks.h index 9486e12a66a5..d6d9b0dabf41 100644 --- a/libgcc/config/gthr-vxworks.h +++ b/libgcc/config/gthr-vxworks.h @@ -289,7 +289,6 @@ extern int __gthread_cond_wait_recursive (__gthread_cond_t *cond, #include <limits.h> #include <time.h> -#include <tickLib.h> #include <sysLib.h> #include <version.h>
