mirror of git://sourceware.org/git/glibc.git
Add RISC-V entries to config.h.in
These were autogenerated.
2018-01-29 Palmer Dabbelt <palmer@sifive.com>
* config.h.in: Regenerate.
This commit is contained in:
parent
40ca951bdb
commit
4215e27674
|
|
@ -3,6 +3,7 @@
|
||||||
* sysdeps/init_array/crti.S (.section .init_array): Add
|
* sysdeps/init_array/crti.S (.section .init_array): Add
|
||||||
PREINIT_FUNCTION when defined.
|
PREINIT_FUNCTION when defined.
|
||||||
* manual/math.texi: RISC-V supports _Float128 and _Float64x.
|
* manual/math.texi: RISC-V supports _Float128 and _Float64x.
|
||||||
|
* config.h.in: Regenerate.
|
||||||
|
|
||||||
2018-01-29 Florian Weimer <fweimer@redhat.com>
|
2018-01-29 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -100,6 +100,11 @@
|
||||||
/* AArch64 big endian ABI */
|
/* AArch64 big endian ABI */
|
||||||
#undef HAVE_AARCH64_BE
|
#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. */
|
/* Linux specific: minimum supported kernel version. */
|
||||||
#undef __LINUX_KERNEL_VERSION
|
#undef __LINUX_KERNEL_VERSION
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue