diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | config.h.in | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2180403522..ec9b4757d1 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 <fweimer@redhat.com> diff --git a/config.h.in b/config.h.in index d928e7dd86..b0b7cf26cb 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 |