Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 14:23:17 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354963 - head/share/man/man7
Message-ID:  <201911211423.xALENHfL059604@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Thu Nov 21 14:23:16 2019
New Revision: 354963
URL: https://svnweb.freebsd.org/changeset/base/354963

Log:
  arch.7: document only FreeBSD 11.0 and later
  
  FreeBSD 11 is the earliest supported version and there is no longer a
  need to include information about differences present in earlier
  releases.

Modified:
  head/share/man/man7/arch.7

Modified: head/share/man/man7/arch.7
==============================================================================
--- head/share/man/man7/arch.7	Thu Nov 21 14:14:08 2019	(r354962)
+++ head/share/man/man7/arch.7	Thu Nov 21 14:23:16 2019	(r354963)
@@ -44,7 +44,7 @@ documentation.
 .Pp
 If not explicitly mentioned, sizes are in bytes.
 The architecture details in this document apply to
-.Fx 10.0
+.Fx 11.0
 and later, unless otherwise noted.
 .Pp
 .Fx
@@ -274,8 +274,8 @@ is 8 bytes on all supported architectures except i386.
 .It aarch64     Ta hard Ta soft, quad precision
 .It amd64       Ta hard Ta hard, 80 bit
 .It arm         Ta soft Ta soft, double precision
-.It armv6       Ta hard(1) Ta hard, double precision
-.It armv7       Ta hard(1) Ta hard, double precision
+.It armv6       Ta hard Ta hard, double precision
+.It armv7       Ta hard Ta hard, double precision
 .It i386        Ta hard Ta hard, 80 bit
 .It mips        Ta soft Ta identical to double
 .It mipsel      Ta soft Ta identical to double
@@ -293,11 +293,6 @@ is 8 bytes on all supported architectures except i386.
 .It riscv64sf   Ta soft Ta soft, double precision
 .It sparc64     Ta hard Ta hard, quad precision
 .El
-.Pp
-(1) Prior to
-.Fx 11.0 ,
-armv6 used the softfp ABI even though it supported only processors
-with a floating point unit.
 .Ss Default Tool Chain
 .Fx uses a variety of tool chain components for the supported CPU
 architectures:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911211423.xALENHfL059604>