zig/lib/libc/include/powerpc-linux-gnu/gnu/stubs.h

15 lines
403 B
C
Raw Normal View History

2019-03-05 11:15:53 +08:00
/* This file is automatically generated.
This file selects the right generated file of `__stub_FUNCTION' macros
based on the architecture being compiled for. */
2019-03-08 01:16:10 +08:00
#include <bits/wordsize.h>
2019-03-05 11:15:53 +08:00
2019-03-08 01:16:10 +08:00
#if __WORDSIZE == 32
2019-03-05 11:15:53 +08:00
# include <gnu/stubs-32.h>
#endif
2019-03-08 01:16:10 +08:00
#if __WORDSIZE == 64 && _CALL_ELF != 2
# include <gnu/stubs-64-v1.h>
2019-03-05 11:15:53 +08:00
#endif
2019-03-08 01:16:10 +08:00
#if __WORDSIZE == 64 && _CALL_ELF == 2
# include <gnu/stubs-64-v2.h>
#endif