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.