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:
Paolo Carlini 2006-08-31 11:46:31 +00:00 committed by Benjamin Kosnik
parent f640f39eef
commit a7cfb1af9e
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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*;