[patch] Fix readelf to print versions for non-default symbol versions

Cary Coutant ccoutant@gmail.com
Sun Apr 22 07:10:00 GMT 2018


> 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



More information about the Binutils mailing list