]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add RISC-V entries to config.h.in
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 29 Jan 2018 16:59:03 +0000 (08:59 -0800)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 29 Jan 2018 18:24:57 +0000 (10:24 -0800)
These were autogenerated.

2018-01-29  Palmer Dabbelt  <palmer@sifive.com>

        * config.h.in: Regenerate.

ChangeLog
config.h.in

index 21804035220d92a67a52d063b9656d97bf36a925..ec9b4757d1c53d4d1987fe0c6f0867ef81ed061e 100644 (file)
--- 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>
 
index d928e7dd867c68ced5d5b39bb1d86a5e23b70551..b0b7cf26cb4b3aa05625795c39b133211cfa2a9e 100644 (file)
 /* 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