modernc.org/cc@v1.0.1/v2/headers/linux_arm/usr/include/arm-linux-gnueabihf/gnu/stubs.h (about) 1 /* This file is automatically generated. 2 This file selects the right generated file of `__stub_FUNCTION' macros 3 based on the architecture being compiled for. */ 4 5 #if !defined __ARM_PCS_VFP 6 #include <gnu/stubs-soft.h> 7 #endif 8 #if defined __ARM_PCS_VFP 9 #include <gnu/stubs-hard.h> 10 #endif