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

r5236 - in glibc-package/trunk/debian: . local/manpages



Author: aurel32
Date: 2012-05-01 10:42:55 +0000 (Tue, 01 May 2012)
New Revision: 5236

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/manpages/ld.so.8
Log:
  * local/manpages/ld.so.8: fixes after previous rework.  Closes: 
    #670883.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2012-05-01 10:33:44 UTC (rev 5235)
+++ glibc-package/trunk/debian/changelog	2012-05-01 10:42:55 UTC (rev 5236)
@@ -1,6 +1,8 @@
 eglibc (2.13-32) UNRELEASED; urgency=low
 
   * Fix kfreebsd symbols files.  Closes: #667687.
+  * local/manpages/ld.so.8: fixes after previous rework.  Closes: 
+    #670883.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 29 Apr 2012 19:03:35 +0200
 

Modified: glibc-package/trunk/debian/local/manpages/ld.so.8
===================================================================
--- glibc-package/trunk/debian/local/manpages/ld.so.8	2012-05-01 10:33:44 UTC (rev 5235)
+++ glibc-package/trunk/debian/local/manpages/ld.so.8	2012-05-01 10:42:55 UTC (rev 5236)
@@ -98,7 +98,13 @@
 This can be used to selectively override functions in other shared libraries.
 .TP
 .B LD_ASSUME_KERNEL
-This environment variable overrides the kernel version used by the dynamic linker to determine 
+Every DSO (Dynamic Shared Object, aka shared library) can tell the dynamic linker in glibc which
+minimum OS ABI version is needed. The information about the minimum OS ABI version is encoded in
+a ELF note section usually named .note.ABI-tag. This is used to determine which library to load
+when multiple version of the same library is installed on the system.
+The
+.B LD_ASSUME_KERNEL
+environment variable overrides the kernel version used by the dynamic linker to determine 
 which library to load.
 .TP
 .B LD_AUDIT
@@ -171,6 +177,12 @@
 stack-smashing attack.
 .TP
 .B LD_PROFILE
+Shared object to be profiled.
+.TP
+.B
+LD_PROFILE_OUTPUT
+File where
+.B LD_PROFILE
 output should be written.
 If this variable is not defined, or is defined as an empty string,
 then the default is
@@ -201,19 +213,13 @@
 is defined with the value 0,
 neither executables nor PIEs will honor the base addresses.
 This variable is ignored by set-user-ID and set-group-ID programs.
+.TP
 .B LD_VERBOSE
 If set to non-empty string, output symbol versioning information
 about the program if querying information about the program (ie. either
 .TP
 .B LD_WARN
 If set to non-empty string, warn about unresolved symbols.
-.TP
-.B LD_ASSUME_KERNEL
-Every DSO (Dynamic Shared Object, aka shared library) can tell the dynamic linker in glibc which
-minimum OS ABI version is needed. The information about the minimum OS ABI version is encoded in
-a ELF note section usually named .note.ABI-tag. This is used to determine which library to load
-when multiple version of the same library is installed on the system.
-The
 .SH RPATH TOKEN EXPANSION
 The runtime linker provides a number of tokens that can be used in an rpath 
 specification (\fBDT_RPATH\fR or \fBDT_RUNPATH\fR).


Reply to: