freebsd-dev/contrib/llvm/projects/libunwind/src
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
..
AddressSpace.hpp libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
assembly.h
CompactUnwinder.hpp libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
config.h o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
dwarf2.h
DwarfInstructions.hpp
DwarfParser.hpp libunwind: limit stack usage in unwind cursor 2016-07-09 00:35:20 +00:00
EHHeaderParser.hpp libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
libunwind_ext.h
libunwind.cpp o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
Registers.hpp libunwind: update to upstream snapshot r272680 2016-07-08 20:20:46 +00:00
Unwind_AppleExtras.cpp
unwind_ext.h
Unwind-EHABI.cpp libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
Unwind-EHABI.h
Unwind-sjlj.c libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
UnwindCursor.hpp libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
UnwindLevel1-gcc-ext.c libunwind: make __{de,}register_frame compatible with libgcc API 2016-12-21 14:06:44 +00:00
UnwindLevel1.c libunwind: consistently add \n to log and trace messages 2016-10-28 00:04:04 +00:00
UnwindRegistersRestore.S o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
UnwindRegistersSave.S o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00