opnsense-src/share/man/man7
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
..
adding_user.7 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
arch.7 o Replace __riscv__ with __riscv 2017-08-07 14:09:57 +00:00
ascii.7 Consistently use lowercase hex numbers in ascii(7). 2017-06-02 15:32:11 +00:00
bsd.snmpmod.mk.7 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
build.7 Improve build(7): add missing "buildkernel" and "installkernel" 2017-05-11 08:39:55 +00:00
c99.7 sort SEE ALSO 2014-12-26 22:43:54 +00:00
clocks.7 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
crypto.7 fix IV size of XTS to be correct at 8 bytes.. That is what both the 2015-01-12 23:33:40 +00:00
development.7 use .Mt to mark up email addresses consistently (part6) 2014-06-23 08:27:27 +00:00
environ.7 sort SEE ALSO 2014-12-26 22:43:54 +00:00
ffs.7 s/Lefler/Leffler/ 2005-07-23 15:09:27 +00:00
firewall.7 mdoc sweep 2013-05-13 18:13:50 +00:00
growfs.7 Don't end up manpage titles with a full stop. 2017-05-24 21:02:53 +00:00
hier.7 Remove mentions of recently removed /usr/share/doc/ subdirectories 2017-06-10 08:25:46 +00:00
hostname.7 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
intro.7 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
maclabel.7 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
mailaddr.7 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
Makefile share: normalize paths using SRCTOP-relative paths or :H when possible 2017-03-04 11:26:40 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
operator.7 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
ports.7 Fix bunch of .Xrs. 2016-03-28 16:48:28 +00:00
release.7 Update TARGET/TARGET_ARCH examples to use arm64/aarch64 instead of i386/pc98 2017-01-28 23:58:17 +00:00
sdoc.7 use .Mt to mark up email addresses consistently (part6) 2014-06-23 08:27:27 +00:00
security.7 Kill custom in_matroute() radix mathing function removing one rte mutex lock. 2014-11-11 02:52:40 +00:00
sprog.7 use .Mt to mark up email addresses consistently (part6) 2014-06-23 08:27:27 +00:00
stdint.7 mdoc(7): Use the new feature of the .In macro. 2003-09-08 19:57:22 +00:00
sticky.7 multiple: Remove 3rd clause from BSD license where approved by the 2014-03-14 03:07:51 +00:00
tests.7 tests(7): fix mdoc warning 2017-03-23 05:12:07 +00:00
tuning.7 tuning(7): fix SEE ALSO section sorting 2017-03-23 05:15:35 +00:00