This is the mail archive of the binutils@sourceware.org mailing list for the binutils 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: [patch] Fix readelf to print versions for non-default symbol versions


> binutils/
>         * readelf.c (process_version_sections): Mask out VERSYM_HIDDEN bit.

I'm withdrawing this patch, at least until I understand things better.

I think the VERSYM_HIDDEN bit should not be set for references to the
VERNEED section, which is what this section of code is dealing with.
It turns out that gold is (I think) erroneously marking an undef in
the VERSYM section with the HIDDEN bit.

-cary


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