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

--- Comment #18 from H.J. Lu <hjl.tools at gmail dot com> ---
(In reply to H.J. Lu from comment #17)

> Since -Bsymbolic is allowed with PIE, we should take advantage of it.
> -fsymbolic -fPIE is the same as -fPIC and -fsymbolic -fPIC generates
> much better codes for shared library.

-fsymbolic -fPIE isn't the same as -fPIC.  It is between -fPIC and -fPIE.

Reply via email to