From bd6de82f039f3ae9471c7dbd40f536a64c4a41bc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 27 Oct 2008 21:38:35 -0500 Subject: [PATCH] ld.so.8: srcfix: Add FIXME (document LD_TRACE_PRELINKING) --- man8/ld.so.8 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man8/ld.so.8 b/man8/ld.so.8 index 5f59bac41..b4eb2576c 100644 --- a/man8/ld.so.8 +++ b/man8/ld.so.8 @@ -267,6 +267,10 @@ Show auxiliary array passed up from the kernel. For security reasons, since glibc 2.3.5, .B LD_SHOW_AUXV is ignored for set-user-ID/set-group-ID binaries. +.\" FIXME +.\" Document LD_TRACE_PRELINKING (e.g.: LD_TRACE_PRELINKING=libx1.so ./prog) +.\" Since glibc 2.3 +.\" Also enables DL_DEBUG_PRELINK .TP .B LD_USE_LOAD_BIAS .\" http://sources.redhat.com/ml/libc-hacker/2003-11/msg00127.html