stubs.h 295 B

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