powerpc new PLT and GOT

Paolo Carlini pcarlini@suse.de
Wed May 25 15:17:00 GMT 2005


Alan Modra wrote:

>...                                                      One libstdc++
>test, abi-check, fails with a new glibc.  Symbol differences are all
>like
>-FUNC:_ZNSt10moneypunctIcLb0EE24_M_initialize_moneypunctEP15__locale_structPKc@@GLIBCXX_3.4
>+FUNC:_ZNSt10moneypunctIcLb0EE24_M_initialize_moneypunctEPiPKc@@GLIBCXX_3.4
>or
>std::moneypunct<char, false>::_M_initialize_moneypunct(__locale_struct*, char const*)
>std::moneypunct<char, false>::_M_initialize_moneypunct(int*, char const*)
>I think this is due to a libstdc++ configure test failing, probably
>because I didn't get all the rpath magic right when trying to use the
>new glibc.  ie. this was a failure of my test setup rather than a real
>problem.
>  
>
Indeed, that change of signature means that instead of the GNU locale
model, the GENERIC locale model is selected: not the defaul setup with
glibc.

Paolo.



More information about the Gcc-patches mailing list