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

[Commits] r22350 - in /fsf/trunk/libc: ChangeLog elf/link.h include/link.h



Author: eglibc
Date: Sun Feb  3 00:02:16 2013
New Revision: 22350

Log:
Import glibc-mainline for 2013-02-03

Modified:
    fsf/trunk/libc/ChangeLog
    fsf/trunk/libc/elf/link.h
    fsf/trunk/libc/include/link.h

Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Sun Feb  3 00:02:16 2013
@@ -1,3 +1,8 @@
+2013-02-02  Jan Kratochvil  <jan.kratochvil@xxxxxxxxxx>
+
+	* elf/link.h (struct link_map): Extend the l_addr comment.
+	* include/link.h (struct link_map): Likewise.
+
 2013-02-01  Joseph Myers  <joseph@xxxxxxxxxxxxxxxx>
 
 	[BZ #13550]

Modified: fsf/trunk/libc/elf/link.h
==============================================================================
--- fsf/trunk/libc/elf/link.h (original)
+++ fsf/trunk/libc/elf/link.h Sun Feb  3 00:02:16 2013
@@ -86,7 +86,8 @@
     /* These first few members are part of the protocol with the debugger.
        This is the same format used in SVR4.  */
 
-    ElfW(Addr) l_addr;		/* Base address shared object is loaded at.  */
+    ElfW(Addr) l_addr;		/* Difference between the address in the ELF
+				   file and the addresses in memory.  */
     char *l_name;		/* Absolute file name object was found in.  */
     ElfW(Dyn) *l_ld;		/* Dynamic section of the shared object.  */
     struct link_map *l_next, *l_prev; /* Chain of loaded objects.  */

Modified: fsf/trunk/libc/include/link.h
==============================================================================
--- fsf/trunk/libc/include/link.h (original)
+++ fsf/trunk/libc/include/link.h Sun Feb  3 00:02:16 2013
@@ -87,7 +87,8 @@
     /* These first few members are part of the protocol with the debugger.
        This is the same format used in SVR4.  */
 
-    ElfW(Addr) l_addr;		/* Base address shared object is loaded at.  */
+    ElfW(Addr) l_addr;		/* Difference between the address in the ELF
+				   file and the addresses in memory.  */
     char *l_name;		/* Absolute file name object was found in.  */
     ElfW(Dyn) *l_ld;		/* Dynamic section of the shared object.  */
     struct link_map *l_next, *l_prev; /* Chain of loaded objects.  */

_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits