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