ls1x-loongson-gnu-toolchain.../sysroot/usr/include/gnu/stubs.h
2024-11-27 15:46:37 +08:00

13 lines
312 B
C

/* 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 defined _ABILP32
# include <gnu/stubs-ilp32.h>
#endif
#if defined _ABILP64
# include <gnu/stubs-lp64.h>
#endif