aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include/loongarch-linux-gnu/gnu/stubs.h
blob: ea3f10c4213c01ccc0c0dd0fd9aef9b114ddf0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* 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 == 64 && defined __loongarch_soft_float
# include <gnu/stubs-lp64s.h>
#endif
#if __WORDSIZE == 64 && defined __loongarch_double_float
# include <gnu/stubs-lp64d.h>
#endif