This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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]

check-abi on i686-linux-gnu and x86_64-linux-gnu


Running make check-abi on i686-linux-gnu, I get:

6 added symbols 
        1
        symbol
        _ZNSt7codecvtIcc11__mbstate_tEC1EP15__locale_structj
        demangled symbol
        std::codecvt<char, char, __mbstate_t>::codecvt(__locale_struct*, unsigned)

        2
        symbol
        _ZNSt7codecvtIcc11__mbstate_tEC2EP15__locale_structj
        demangled symbol
        std::codecvt<char, char, __mbstate_t>::codecvt(__locale_struct*, unsigned)

        3
        symbol
        _ZNSt7codecvtIwc11__mbstate_tEC1EP15__locale_structj
        demangled symbol
        std::codecvt<wchar_t, char, __mbstate_t>::codecvt(__locale_struct*, unsigned)

        4
        symbol
        _ZNSt7codecvtIwc11__mbstate_tEC2EP15__locale_structj
        demangled symbol
        std::codecvt<wchar_t, char, __mbstate_t>::codecvt(__locale_struct*, unsigned)

        5
        symbol
        GLIBCPP_3.2.1
        demangled symbol
        GLIBCPP_3.2.1

        6
        symbol
        _ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
        demangled symbol
        std::__default_alloc_template<true, 0>::_S_force_new

1 missing symbols 
        1
        symbol
        _ZNSt24__default_alloc_templateILb1ELi0EE10reallocateEPvjj
        demangled symbol
        std::__default_alloc_template<true, 0>::reallocate(void*, unsigned, unsigned)

3 incompatible symbols 
        1
        symbol
        _ZSt9codecvt_c
        demangled symbol
        std::codecvt_c

        incompatible sizes
        2
        symbol
        _ZSt9codecvt_w
        demangled symbol
        std::codecvt_w

        incompatible sizes
        3
        symbol
        _ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
        demangled symbol
        std::__default_alloc_template<true, 0>::_S_force_new

Running it on x86_64-linux-gnu:
make: Entering directory `/usr/src/aj/build/gcc/x86_64-unknown-linux-gnu/libstdc++-v3'
2 added symbols 
        1
        symbol
        GLIBCPP_3.2.1
        demangled symbol
        GLIBCPP_3.2.1

        2
        symbol
        _ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
        demangled symbol
        std::__default_alloc_template<true, 0>::_S_force_new

4 missing symbols 
        1
        symbol
        _ZNSt7codecvtIcc11__mbstate_tEC1EP15__locale_structm
        demangled symbol
        std::codecvt<char, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)

        2
        symbol
        _ZNSt7codecvtIcc11__mbstate_tEC2EP15__locale_structm
        demangled symbol
        std::codecvt<char, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)

        3
        symbol
        _ZNSt7codecvtIwc11__mbstate_tEC1EP15__locale_structm
        demangled symbol
        std::codecvt<wchar_t, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)

        4
        symbol
        _ZNSt7codecvtIwc11__mbstate_tEC2EP15__locale_structm
        demangled symbol
        std::codecvt<wchar_t, char, __mbstate_t>::codecvt(__locale_struct*, unsigned long)

1 incompatible symbols 
        1
        symbol
        _ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
        demangled symbol
        std::__default_alloc_template<true, 0>::_S_force_new


What is wrong here?

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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