summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf/rtld.1
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-03-27 00:53:58 +0000
committerpav <pav@FreeBSD.org>2006-03-27 00:53:58 +0000
commit8f5f14e1c246a4fbef343221bc340a862d5c5021 (patch)
tree04ad07babc5efa742278d21a99d29a66fed90493 /libexec/rtld-elf/rtld.1
parentc47627184e62b3d7e98a75691adca4ef78a1ea96 (diff)
downloadFreeBSD-src-8f5f14e1c246a4fbef343221bc340a862d5c5021.zip
FreeBSD-src-8f5f14e1c246a4fbef343221bc340a862d5c5021.tar.gz
- Document LD_32_* environment variables
- Mention 32-bit files in FILES section MFC after: 1 week
Diffstat (limited to 'libexec/rtld-elf/rtld.1')
-rw-r--r--libexec/rtld-elf/rtld.111
1 files changed, 9 insertions, 2 deletions
diff --git a/libexec/rtld-elf/rtld.1 b/libexec/rtld-elf/rtld.1
index 2ac9002..54cc67b 100644
--- a/libexec/rtld-elf/rtld.1
+++ b/libexec/rtld-elf/rtld.1
@@ -80,7 +80,10 @@ The
.Nm
utility
recognizes a number of environment variables that can be used to modify
-its behaviour as follows:
+its behaviour.
+On 64-bit architectures, the linker for 32-bit objects recognizes
+all the environment variables listed below, but is being prefixed with
+LD_32_, for example: LD_32_TRACE_LOADED_OBJECTS.
.Pp
.Bl -tag -width ".Ev LD_LIBMAP_DISABLE"
.It Ev LD_DUMP_REL_POST
@@ -181,11 +184,15 @@ and
are recognized and have their usual meaning.
.El
.Sh FILES
-.Bl -tag -width ".Pa /var/run/ld-elf.so.hints" -compact
+.Bl -tag -width ".Pa /var/run/ld-elf32.so.hints" -compact
.It Pa /var/run/ld-elf.so.hints
Hints file.
+.It Pa /var/run/ld-elf32.so.hints
+Hints file for 32-bit binaries on 64-bit system.
.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 SEE ALSO
.Xr ld 1 ,
OpenPOWER on IntegriCloud