freebsd-src/contrib/jemalloc
Ruslan Bukin ca20f8ec29 o Replace __riscv__ with __riscv
o Replace __riscv64 with (__riscv && __riscv_xlen == 64)

This is required to support new GCC 7.1 compiler.
This is compatible with current GCC 6.1 compiler.

RISC-V is extensible ISA and the idea here is to have built-in define
per each extension, so together with __riscv we will have some subset
of these as well (depending on -march string passed to compiler):

__riscv_compressed
__riscv_atomic
__riscv_mul
__riscv_div
__riscv_muldiv
__riscv_fdiv
__riscv_fsqrt
__riscv_float_abi_soft
__riscv_float_abi_single
__riscv_float_abi_double
__riscv_cmodel_medlow
__riscv_cmodel_medany
__riscv_cmodel_pic
__riscv_xlen

Reviewed by:	ngie
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D11901
2017-08-07 14:09:57 +00:00
..
doc Update jemalloc to 5.0.1. 2017-07-03 23:27:57 +00:00
include/jemalloc o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
src Update jemalloc to 5.0.1. 2017-07-03 23:27:57 +00:00
ChangeLog Update jemalloc to 5.0.1. 2017-07-03 23:27:57 +00:00
COPYING Update jemalloc to 5.0.0. 2017-06-15 07:15:05 +00:00
FREEBSD-diffs Default the abort_conf malloc option to false. 2017-06-30 17:45:51 +00:00
FREEBSD-upgrade Default the abort_conf malloc option to false. 2017-06-30 17:45:51 +00:00
FREEBSD-Xlist Update jemalloc to 5.0.0. 2017-06-15 07:15:05 +00:00
VERSION Update jemalloc to 5.0.1. 2017-07-03 23:27:57 +00:00