This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: powerpc new PLT and GOT


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]