From: Palmer Dabbelt Date: Mon, 29 Jan 2018 16:59:03 +0000 (-0800) Subject: Add RISC-V entries to config.h.in X-Git-Tag: glibc-2.27~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4215e27674de95a564087a3841873f3d980d4764;p=thirdparty%2Fglibc.git Add RISC-V entries to config.h.in These were autogenerated. 2018-01-29 Palmer Dabbelt * config.h.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 21804035220..ec9b4757d1c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,7 @@ * sysdeps/init_array/crti.S (.section .init_array): Add PREINIT_FUNCTION when defined. * manual/math.texi: RISC-V supports _Float128 and _Float64x. + * config.h.in: Regenerate. 2018-01-29 Florian Weimer diff --git a/config.h.in b/config.h.in index d928e7dd867..b0b7cf26cb4 100644 --- a/config.h.in +++ b/config.h.in @@ -100,6 +100,11 @@ /* AArch64 big endian ABI */ #undef HAVE_AARCH64_BE +/* RISC-V integer ABI for ld.so. */ +#undef RISCV_ABI_XLEN + +/* RISC-V floating-point ABI for ld.so. */ +#undef RISCV_ABI_FLEN /* Linux specific: minimum supported kernel version. */ #undef __LINUX_KERNEL_VERSION