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] | |
are you sure that signature is always ok? I mean, in atomic_word.h for Sparc we have:Index: config/abi/pre/gnu.ver =================================================================== --- config/abi/pre/gnu.ver (revision 116581) +++ config/abi/pre/gnu.ver (working copy) @@ -378,8 +378,8 @@
# __gnu_cxx::__atomic_add # __gnu_cxx::__exchange_and_add - _ZN9__gnu_cxx12__atomic_add*; - _ZN9__gnu_cxx18__exchange_and_add*; + _ZN9__gnu_cxx12__atomic_addEPVii; + _ZN9__gnu_cxx18__exchange_and_addEPVii;
#ifdef __arch64__ typedef long _Atomic_word; #else typedef int _Atomic_word; #endif
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |