glibc: update headers to 2.33
This introduces csky support.
This commit is contained in:
@@ -6,10 +6,16 @@
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
|
||||
#if defined __LP64__ && defined __riscv_float_abi_soft
|
||||
#if __WORDSIZE == 32 && defined __riscv_float_abi_soft
|
||||
# include <gnu/lib-names-ilp32.h>
|
||||
#endif
|
||||
#if __WORDSIZE == 32 && defined __riscv_float_abi_double
|
||||
# include <gnu/lib-names-ilp32d.h>
|
||||
#endif
|
||||
#if __WORDSIZE == 64 && defined __riscv_float_abi_soft
|
||||
# include <gnu/lib-names-lp64.h>
|
||||
#endif
|
||||
#if defined __LP64__ && defined __riscv_float_abi_double
|
||||
#if __WORDSIZE == 64 && defined __riscv_float_abi_double
|
||||
# include <gnu/lib-names-lp64d.h>
|
||||
#endif
|
||||
|
||||
|
||||
@@ -4,9 +4,15 @@
|
||||
|
||||
#include <bits/wordsize.h>
|
||||
|
||||
#if defined __LP64__ && defined __riscv_float_abi_soft
|
||||
#if __WORDSIZE == 32 && defined __riscv_float_abi_soft
|
||||
# include <gnu/stubs-ilp32.h>
|
||||
#endif
|
||||
#if __WORDSIZE == 32 && defined __riscv_float_abi_double
|
||||
# include <gnu/stubs-ilp32d.h>
|
||||
#endif
|
||||
#if __WORDSIZE == 64 && defined __riscv_float_abi_soft
|
||||
# include <gnu/stubs-lp64.h>
|
||||
#endif
|
||||
#if defined __LP64__ && defined __riscv_float_abi_double
|
||||
#if __WORDSIZE == 64 && defined __riscv_float_abi_double
|
||||
# include <gnu/stubs-lp64d.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user