13 lines
312 B
C
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
|