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]

[PATCH] HPPA/PR16082 : Remove version information on hidden symbols


Hi,


We've run into a bug on Gentoo/hppa when linking libdb.so :
https://bugs.gentoo.org/show_bug.cgi?id=466924

It turns out that the generated .gnu.version section is invalid
because the version information of _GLOBAL_OFFSET_TABLE_ from
libdb.so isn't removed when making the symbol local in
elf32_hppa_hide_symbol().

The attached patch fixes this. The check-ld test suite doesn't
show any regression.

  Guy

Attachment: binutils-hppa_remove_version_when_local-v3.diff
Description: Text document


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