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

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



Author: aurel32
Date: 2008-02-10 20:24:17 +0000 (Sun, 10 Feb 2008)
New Revision: 2806

Modified:
   glibc-package/trunk/debian/changelog
   glibc-package/trunk/debian/local/manpages/ld.so.8
Log:
  * local/manpages/ld.so.8: Add missing options to manpage. Closes: 
    #464395.



Modified: glibc-package/trunk/debian/changelog
===================================================================
--- glibc-package/trunk/debian/changelog	2008-02-10 18:59:38 UTC (rev 2805)
+++ glibc-package/trunk/debian/changelog	2008-02-10 20:24:17 UTC (rev 2806)
@@ -29,8 +29,10 @@
     Closes: #464022.
   * patches/any/submitted-ieee754_h.diff: use __BIG_ENDIAN instead of
     BIG_ENDIAN. Closes: #464594.
+  * local/manpages/ld.so.8: Add missing options to manpage. Closes: 
+    #464395.
 
- -- Aurelien Jarno <aurel32@debian.org>  Sun, 10 Feb 2008 19:56:59 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 10 Feb 2008 21:23:02 +0100
 
 glibc (2.7-6) unstable; urgency=low
 

Modified: glibc-package/trunk/debian/local/manpages/ld.so.8
===================================================================
--- glibc-package/trunk/debian/local/manpages/ld.so.8	2008-02-10 18:59:38 UTC (rev 2805)
+++ glibc-package/trunk/debian/local/manpages/ld.so.8	2008-02-10 20:24:17 UTC (rev 2806)
@@ -75,6 +75,9 @@
 If present, causes the dynamic linker to resolve all symbols at program
 startup instead of when they are first referenced.
 .TP
+.B LD_BIND_NOT 
+Do not update the GOT (global offset table) and PLT (procedure linkage table) after resolving a symbol.
+.TP
 .B LD_AOUT_LIBRARY_PATH
 A colon-separated list of directories in which to search for
 a.out libraries at execution-time.
@@ -114,6 +117,15 @@
 .B LD_TRACE_LOADED_OBJECTS 
 has been set, or --list or --verify options have been given to the dynamic linker).
 .TP
+.B LD_PROFILE 
+Shared object to be profiled. 
+.TP
+.B
+LD_PROFILE_OUTPUT 
+File where 
+.B LD_PROFILE
+output should be stored, default is standard output. LD_DEBUG_OUTPUT is ignored for setuid/setgid binaries.
+.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


Reply to: