(struct link_map): Add new field l_reloc_result.

This commit is contained in:
Ulrich Drepper 1998-03-04 09:45:23 +00:00
parent afdecda04a
commit f6d8a525ef

View 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;
};