Sync headers with system header's idea of reality
authorimp <imp@openbsd.org>
Thu, 12 Dec 1996 17:07:55 +0000 (17:07 +0000)
committerimp <imp@openbsd.org>
Thu, 12 Dec 1996 17:07:55 +0000 (17:07 +0000)
gnu/libexec/ld.so/ld.so/mips/link.h

index 2ce1048..3fe12c0 100644 (file)
@@ -75,6 +75,7 @@ struct link_map
        This is the same format used in SVR4.  */
 
     Elf32_Addr l_addr;         /* Base address shared object is loaded at.  */
+    Elf32_Addr l_offs;         /* Offset to something XXX Added for gdb */
     char *l_name;              /* Absolute file name object was found in.  */
     Elf32_Dyn *l_ld;           /* Dynamic section of the shared object.  */
     struct link_map *l_next, *l_prev; /* Chain of loaded objects.  */