- Document libmap32.conf
MFC after: 1 week
This commit is contained in:
parent
c3784d3460
commit
e351e2aada
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user