gnu.ver: Correct atomic helper function signature for case where _Atomic_word is long.
2006-08-31 Paolo Carlini <pcarlini@suse.de> * config/abi/pre/gnu.ver: Correct atomic helper function signature for case where _Atomic_word is long. From-SVN: r116602
This commit is contained in:
parent
f640f39eef
commit
a7cfb1af9e
@ -1,3 +1,8 @@
|
||||
2006-08-31 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
* config/abi/pre/gnu.ver: Correct atomic helper function signature
|
||||
for case where _Atomic_word is long.
|
||||
|
||||
2006-08-31 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
PR libstdc++/28671
|
||||
|
@ -378,8 +378,8 @@ GLIBCXX_3.4 {
|
||||
|
||||
# __gnu_cxx::__atomic_add
|
||||
# __gnu_cxx::__exchange_and_add
|
||||
_ZN9__gnu_cxx12__atomic_addEPVii;
|
||||
_ZN9__gnu_cxx18__exchange_and_addEPVii;
|
||||
_ZN9__gnu_cxx12__atomic_addEPV[il]i;
|
||||
_ZN9__gnu_cxx18__exchange_and_addEPV[il]i;
|
||||
|
||||
# debug mode
|
||||
_ZN10__gnu_norm15_List_node_base4hook*;
|
||||
|
Loading…
Reference in New Issue
Block a user