This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

PATCH: Continue to search for protected symbols


When we resolve a reference to a protected symbol, we need to use the
definition within the map. We only need to continue the search from
where the original look stopped when the definition comes from
somewhere else. This patch does that and moves the lookup in
do-lookup.h to avoid code duplication. It also introduces a dummy
ELF_COPY_OBJECT for copy relocation.


H.J.

Attachment: libc-protected-2.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]