diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-04 09:45:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-04 09:45:23 +0000 |
commit | f6d8a525ef354f5903f81d20ed879935c633aafd (patch) | |
tree | c96762ee04474ab495f08b98350acc88c6c1eb4c /elf | |
parent | afdecda04a0e4055e805408799bc8b56572a48f0 (diff) | |
download | glibc-f6d8a525ef354f5903f81d20ed879935c633aafd.zip glibc-f6d8a525ef354f5903f81d20ed879935c633aafd.tar.gz glibc-f6d8a525ef354f5903f81d20ed879935c633aafd.tar.bz2 |
(struct link_map): Add new field l_reloc_result.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/link.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; }; |