This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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: run-elflint-self.sh fails on alpha


It probably makes sense for the hook to get all the arguments that
check_special_symbol gets too, so it can check some details of the specific
symbol rather than just generically for known bits.  Hmm, perhaps even just
having check_special_symbol do this would be OK too, though that might be
too coarse since it's used in several places.  If it is a new hook, then
it might be better for it to get st_other & ~GELF_ST_VISIBILITY so that
the backend only has to check for the machine-specific bits instead of
also encoding the generic knowledge.


Thanks,
Roland

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