freebsd-dev/lib/libproc
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
..
tests Increase WARNS for libproc tests 2017-03-11 00:09:30 +00:00
_libproc.h libproc: Cache symbol tables for mapped objects upon access. 2016-12-06 04:21:35 +00:00
crc32.c libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
crc32.h libproc: Improve .gnu_debuglink support. 2016-12-06 04:18:09 +00:00
libproc.h libproc: Add support for some proc_attach() flags. 2016-12-06 04:22:38 +00:00
Makefile Convert traditional ${MK_TESTS} conditional idiom for including test 2017-08-02 08:35:51 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2016-08-31 19:30:46 +00:00
Makefile.inc Remove WARNS inherited fine by ../Makefile.inc. 2016-02-26 22:14:23 +00:00
proc_bkpt.c o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
proc_create.c Add initializations missed in r315728. 2017-03-22 18:33:29 +00:00
proc_regs.c o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
proc_rtld.c libproc: Cache ELF handles for loaded objects. 2016-12-06 04:19:08 +00:00
proc_sym.c Ensure that the mappings table is populated in proc_objname(). 2017-05-22 23:21:24 +00:00
proc_util.c libproc: Add support for some proc_attach() flags. 2016-12-06 04:22:38 +00:00