Re: [google] remove versioned symbols from libstdc++.a

2012-09-05 Thread Ollie Wild
Commited as r191006 and r191007. Ollie On Wed, Sep 5, 2012 at 10:50 PM, Paul Pluzhnikov wrote: > On Wed, Sep 5, 2012 at 6:26 PM, Ollie Wild wrote: > >> Okay for google/integration and google/gcc-4_7? > > Approved for google/* branches. > > Thanks, > -- > Paul Pluzhnikov

Re: [google] remove versioned symbols from libstdc++.a

2012-09-05 Thread Paul Pluzhnikov
On Wed, Sep 5, 2012 at 6:26 PM, Ollie Wild wrote: > Okay for google/integration and google/gcc-4_7? Approved for google/* branches. Thanks, -- Paul Pluzhnikov

[google] remove versioned symbols from libstdc++.a

2012-09-05 Thread Ollie Wild
This is a Google-local fix to http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54482. When configured with --with-pic, libstdc++.a includes versioned symbols, preventing it from being linked into shared libraries. The ultimate cause of this is a misuse of -DPIC as a proxy for, "I'm being compiled into