summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-03-27 00:53:11 +0000
committerpav <pav@FreeBSD.org>2006-03-27 00:53:11 +0000
commitc47627184e62b3d7e98a75691adca4ef78a1ea96 (patch)
treecac6245c6182160671bb147e1e04d68885b6d070 /share
parent6138e7fd712f21d663535b04f6611ce4a5b063f9 (diff)
downloadFreeBSD-src-c47627184e62b3d7e98a75691adca4ef78a1ea96.zip
FreeBSD-src-c47627184e62b3d7e98a75691adca4ef78a1ea96.tar.gz
- Document libmap32.conf
MFC after: 1 week
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/libmap.conf.59
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man5/libmap.conf.5 b/share/man/man5/libmap.conf.5
index 4885df7..9992fa6 100644
--- a/share/man/man5/libmap.conf.5
+++ b/share/man/man5/libmap.conf.5
@@ -96,6 +96,11 @@ The most common use at the date of writing is for allowing multiple
threading libraries to be used on a system without relinking or
changing symlinks.
.Pp
+On 64-bit architectures, the libmap mechanism is available for 32-bit
+binaries too.
+The mappings has to be written into separate configuration file
+.Pa /etc/libmap32.conf .
+.Pp
This mechanism has also been used to create shims to allow Linux
shared libraries to be dynamically loaded into
.Fx
@@ -112,9 +117,11 @@ The symbol version information in shared libraries is checked at
link time, but at run time the version information is currently
ignored.
.Sh FILES
-.Bl -tag -width ".Pa /etc/libmap.conf" -compact
+.Bl -tag -width ".Pa /etc/libmap32.conf" -compact
.It Pa /etc/libmap.conf
The libmap configuration file.
+.It Pa /etc/libmap32.conf
+The libmap configuration file for 32-bit binaries on 64-bit system.
.El
.Sh EXAMPLES
.Bd -literal
OpenPOWER on IntegriCloud