This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: relocation R_X86_64_PC32 and shared libraries
On Thu, Mar 03, 2005 at 11:12:35AM -0500, Matthew L Daniel wrote:
> [I'm putting this back on the list so future generations can benefit
> from this discussion; also so I can point the Mozilla folk to this
> thread]
>
> > It is a bug in source. If you count "#pragma GCC visibility", you will
> > find there is one more push than pop. After you add the missing pop,
> > everything should be OK. Unfortunately, gcc doesn't warn about it.
>
> I was not aware that #pragma lines were something under my control at
> the source level (even though it's not "my" code).
>
> In short, can you advise some steps I (or the owners of nsprpub) can
> take to resolve that?
It is a gcc bug
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20297
H.J.