stubs.h 325 B

123456789101112
  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. #include <bits/wordsize.h>
  5. #if !defined __AARCH64EB__
  6. # include <gnu/stubs-lp64.h>
  7. #endif
  8. #if defined __AARCH64EB__
  9. # include <gnu/stubs-lp64_be.h>
  10. #endif