zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

stubs.h (294B) - Raw


      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 
      6 #if !defined __ARM_PCS_VFP
      7 # include <gnu/stubs-soft.h>
      8 #endif
      9 #if defined __ARM_PCS_VFP
     10 # include <gnu/stubs-hard.h>
     11 #endif