[Bug target/65886] [5/6 Regression] Copy reloc in PIE incompatible with DSO created by -Wl,-Bsymbolic

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jan 12 19:34:00 GMT 2016


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65886

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #37 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I think there is no bug here, so there is nothing to fix.
As has been said, if binaries access vars defined in -Wl,-Bsymbolic libraries
and they weren't PIE, they didn't work before either.  And, you can always
build the binaries with -fpic if you want to mix them with -Wl,-Bsymbolic.


More information about the Gcc-bugs mailing list