diff options
Diffstat (limited to 'lib/libc/include/powerpc-linux-gnu/gnu/stubs.h')
| -rw-r--r-- | lib/libc/include/powerpc-linux-gnu/gnu/stubs.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libc/include/powerpc-linux-gnu/gnu/stubs.h b/lib/libc/include/powerpc-linux-gnu/gnu/stubs.h new file mode 100644 index 0000000000..d130565a35 --- /dev/null +++ b/lib/libc/include/powerpc-linux-gnu/gnu/stubs.h @@ -0,0 +1,15 @@ +/* This file is automatically generated. + This file selects the right generated file of `__stub_FUNCTION' macros + based on the architecture being compiled for. */ + +#include <bits/wordsize.h> + +#if __WORDSIZE == 32 +# include <gnu/stubs-32.h> +#endif +#if __WORDSIZE == 64 && _CALL_ELF != 2 +# include <gnu/stubs-64-v1.h> +#endif +#if __WORDSIZE == 64 && _CALL_ELF == 2 +# include <gnu/stubs-64-v2.h> +#endif
\ No newline at end of file |
