This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: misleading statement in bugs.html#known
On Thu, Dec 06, 2001 at 12:14:55PM -0800, Per Bothner wrote:
> Ugh. Ick. This is unfortunate mechanism, not that I know enough
> about dynamic linking to know if there is (or could be) a better
> way. But it seems we're stuck with it.
The "better way" is defaulting to PIC for any symbol not known
to be defined locally. We do this on Alpha and IA-64. It's not
really practical to do the same for x86 though. :-/
r~