Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man8 compat_netbsd32(8): brief adjustments concern...



details:   https://anonhg.NetBSD.org/src/rev/6c7c75e7ab98
branches:  trunk
changeset: 447573:6c7c75e7ab98
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Thu Jan 17 07:05:24 2019 +0000

description:
compat_netbsd32(8): brief adjustments concerning ARM binary support.
At present, aarch64 doesn't actually offer OABI compatibility. Also
note that this provides OABI vs. EABI compatibility for 32-bit ARM
ports. Addresses the remainder of PR misc/48968.

diffstat:

 share/man/man8/compat_netbsd32.8 |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r a91759899a84 -r 6c7c75e7ab98 share/man/man8/compat_netbsd32.8
--- a/share/man/man8/compat_netbsd32.8  Thu Jan 17 05:52:21 2019 +0000
+++ b/share/man/man8/compat_netbsd32.8  Thu Jan 17 07:05:24 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: compat_netbsd32.8,v 1.12 2019/01/14 15:55:35 wiz Exp $
+.\"    $NetBSD: compat_netbsd32.8,v 1.13 2019/01/17 07:05:24 gutteridge Exp $
 .\"
 .\" Copyright (c) 2001, 2019 Matthew R. Green
 .\" All rights reserved.
@@ -24,7 +24,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd January 13, 2019
+.Dd January 17, 2019
 .Dt COMPAT_NETBSD32 8
 .Os
 .Sh NAME
@@ -56,6 +56,9 @@
 .Nm
 framework, and 64-bit binaries are handled similarly to the setup
 for 32-bit compatibility.
+It also provides compatibility between OABI and EABI binaries on 32-bit
+.Nx Ns Tn /arm
+ports.
 .Pp
 To use
 .Nm ,
@@ -96,7 +99,6 @@
 .It Li mips64 Ta N64 Ta /usr/libexec/ld.elf_so-64
 .It Li powerpc64 Ta powerpc Ta /usr/libexec/ld.elf_so-powerpc
 .It Li arm64 Ta eabi Ta /usr/libexec/ld.elf_so-eabi
-.It Li arm64 Ta oabi Ta /usr/libexec/ld.elf_so-oabi
 .El
 .Pp
 Note that the kernel handles rewriting the builting ELF interpreter



Home | Main Index | Thread Index | Old Index