This is the mail archive of the libc-alpha@sourceware.org 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]

Re: Should undefined symbols in sysv hash table be ignored in do_lookup_x?


Is there any reason not to move the change into check_match?  Its only
other caller is the DT_GNU_HASH case, which it doesn't affect since that
table never has such symbols.  But check_match already checks for SHN_UNDEF
contingent on type_class, so the existing check would be simplified by
always catching SHN_UNDEF.


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