summaryrefslogtreecommitdiff
path: root/elf/link.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-04 09:45:23 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-04 09:45:23 +0000
commitf6d8a525ef354f5903f81d20ed879935c633aafd (patch)
treec96762ee04474ab495f08b98350acc88c6c1eb4c /elf/link.h
parentafdecda04a0e4055e805408799bc8b56572a48f0 (diff)
(struct link_map): Add new field l_reloc_result.
Diffstat (limited to 'elf/link.h')
-rw-r--r--elf/link.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/elf/link.h b/elf/link.h
index 9bf61508bf..d056e65617 100644
--- a/elf/link.h
+++ b/elf/link.h
@@ -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;
};