| 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 <sgidefs.h> |
| 6 | |
| 7 | #if !defined(__mips_nan2008) && defined(__mips_soft_float) && (_MIPS_SIM == _MIPS_SIM_ABI32) |
| 8 | # include <gnu/stubs-o32_soft.h> |
| 9 | #endif |
| 10 | #if !defined(__mips_nan2008) && defined(__mips_hard_float) && (_MIPS_SIM == _MIPS_SIM_ABI32) |
| 11 | # include <gnu/stubs-o32_hard.h> |
| 12 | #endif |
| 13 | #if defined(__mips_nan2008) && defined(__mips_soft_float) && (_MIPS_SIM == _MIPS_SIM_ABI32) |
| 14 | # include <gnu/stubs-o32_soft_2008.h> |
| 15 | #endif |
| 16 | #if defined(__mips_nan2008) && defined(__mips_hard_float) && (_MIPS_SIM == _MIPS_SIM_ABI32) |
| 17 | # include <gnu/stubs-o32_hard_2008.h> |
| 18 | #endif |
| 19 | #if !defined(__mips_nan2008) && defined(__mips_soft_float) && (_MIPS_SIM == _MIPS_SIM_NABI32) |
| 20 | # include <gnu/stubs-n32_soft.h> |
| 21 | #endif |
| 22 | #if !defined(__mips_nan2008) && defined(__mips_hard_float) && (_MIPS_SIM == _MIPS_SIM_NABI32) |
| 23 | # include <gnu/stubs-n32_hard.h> |
| 24 | #endif |
| 25 | #if defined(__mips_nan2008) && defined(__mips_soft_float) && (_MIPS_SIM == _MIPS_SIM_NABI32) |
| 26 | # include <gnu/stubs-n32_soft_2008.h> |
| 27 | #endif |
| 28 | #if defined(__mips_nan2008) && defined(__mips_hard_float) && (_MIPS_SIM == _MIPS_SIM_NABI32) |
| 29 | # include <gnu/stubs-n32_hard_2008.h> |
| 30 | #endif |
| 31 | #if !defined(__mips_nan2008) && defined(__mips_soft_float) && (_MIPS_SIM == _MIPS_SIM_ABI64) |
| 32 | # include <gnu/stubs-n64_soft.h> |
| 33 | #endif |
| 34 | #if !defined(__mips_nan2008) && defined(__mips_hard_float) && (_MIPS_SIM == _MIPS_SIM_ABI64) |
| 35 | # include <gnu/stubs-n64_hard.h> |
| 36 | #endif |
| 37 | #if defined(__mips_nan2008) && defined(__mips_soft_float) && (_MIPS_SIM == _MIPS_SIM_ABI64) |
| 38 | # include <gnu/stubs-n64_soft_2008.h> |
| 39 | #endif |
| 40 | #if defined(__mips_nan2008) && defined(__mips_hard_float) && (_MIPS_SIM == _MIPS_SIM_ABI64) |
| 41 | # include <gnu/stubs-n64_hard_2008.h> |
| 42 | #endif |