]> sourceware.org Git - glibc.git/commitdiff
(struct link_map): Add new field l_reloc_result.
authorUlrich Drepper <drepper@redhat.com>
Wed, 4 Mar 1998 09:45:23 +0000 (09:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 4 Mar 1998 09:45:23 +0000 (09:45 +0000)
elf/link.h

index 9bf61508bf6325a12a4b1ffd1df8587a0ac49a1f..d056e65617c255637b9503283954442b06196730 100644 (file)
@@ -190,6 +190,9 @@ struct link_map
 
     /* Collected information about own RPATH directories.  */
     struct r_search_path_elem **l_rpath_dirs;
+
+    /* Collected results of relocation while profiling.  */
+    ElfW(Addr) *l_reloc_result;
   };
 
 
This page took 0.048225 seconds and 5 git commands to generate.