aboutsummaryrefslogtreecommitdiff
path: root/libatomic/libatomic.map
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2012-05-01 08:48:28 -0700
committerRichard Henderson <rth@gcc.gnu.org>2012-05-01 08:48:28 -0700
commit483104922ad93037381da8f37a8b2bb471799650 (patch)
tree729dc91fa97f38042aa7777ca6267ebed2edb3e8 /libatomic/libatomic.map
parente8053cf5b5b8d982efd4d77d9922ac63fcf478d2 (diff)
Add libatomic as a target library.
From-SVN: r187018
Diffstat (limited to 'libatomic/libatomic.map')
-rw-r--r--libatomic/libatomic.map97
1 files changed, 97 insertions, 0 deletions
diff --git a/libatomic/libatomic.map b/libatomic/libatomic.map
new file mode 100644
index 00000000000..bcf077370a9
--- /dev/null
+++ b/libatomic/libatomic.map
@@ -0,0 +1,97 @@
+LIBATOMIC_1.0 {
+ global:
+ __atomic_load;
+ __atomic_store;
+ __atomic_exchange;
+ __atomic_compare_exchange;
+ __atomic_is_lock_free;
+
+ __atomic_add_fetch_1;
+ __atomic_add_fetch_2;
+ __atomic_add_fetch_4;
+ __atomic_add_fetch_8;
+ __atomic_add_fetch_16;
+ __atomic_and_fetch_1;
+ __atomic_and_fetch_2;
+ __atomic_and_fetch_4;
+ __atomic_and_fetch_8;
+ __atomic_and_fetch_16;
+ __atomic_compare_exchange_1;
+ __atomic_compare_exchange_2;
+ __atomic_compare_exchange_4;
+ __atomic_compare_exchange_8;
+ __atomic_compare_exchange_16;
+ __atomic_exchange_1;
+ __atomic_exchange_2;
+ __atomic_exchange_4;
+ __atomic_exchange_8;
+ __atomic_exchange_16;
+ __atomic_fetch_add_1;
+ __atomic_fetch_add_2;
+ __atomic_fetch_add_4;
+ __atomic_fetch_add_8;
+ __atomic_fetch_add_16;
+ __atomic_fetch_and_1;
+ __atomic_fetch_and_2;
+ __atomic_fetch_and_4;
+ __atomic_fetch_and_8;
+ __atomic_fetch_and_16;
+ __atomic_fetch_nand_1;
+ __atomic_fetch_nand_2;
+ __atomic_fetch_nand_4;
+ __atomic_fetch_nand_8;
+ __atomic_fetch_nand_16;
+ __atomic_fetch_or_1;
+ __atomic_fetch_or_2;
+ __atomic_fetch_or_4;
+ __atomic_fetch_or_8;
+ __atomic_fetch_or_16;
+ __atomic_fetch_sub_1;
+ __atomic_fetch_sub_2;
+ __atomic_fetch_sub_4;
+ __atomic_fetch_sub_8;
+ __atomic_fetch_sub_16;
+ __atomic_fetch_xor_1;
+ __atomic_fetch_xor_2;
+ __atomic_fetch_xor_4;
+ __atomic_fetch_xor_8;
+ __atomic_fetch_xor_16;
+ __atomic_load_1;
+ __atomic_load_2;
+ __atomic_load_4;
+ __atomic_load_8;
+ __atomic_load_16;
+ __atomic_nand_fetch_1;
+ __atomic_nand_fetch_2;
+ __atomic_nand_fetch_4;
+ __atomic_nand_fetch_8;
+ __atomic_nand_fetch_16;
+ __atomic_or_fetch_1;
+ __atomic_or_fetch_2;
+ __atomic_or_fetch_4;
+ __atomic_or_fetch_8;
+ __atomic_or_fetch_16;
+ __atomic_store_1;
+ __atomic_store_2;
+ __atomic_store_4;
+ __atomic_store_8;
+ __atomic_store_16;
+ __atomic_sub_fetch_1;
+ __atomic_sub_fetch_2;
+ __atomic_sub_fetch_4;
+ __atomic_sub_fetch_8;
+ __atomic_sub_fetch_16;
+ __atomic_test_and_set_1;
+ __atomic_test_and_set_2;
+ __atomic_test_and_set_4;
+ __atomic_test_and_set_8;
+ __atomic_test_and_set_16;
+ __atomic_xor_fetch_1;
+ __atomic_xor_fetch_2;
+ __atomic_xor_fetch_4;
+ __atomic_xor_fetch_8;
+ __atomic_xor_fetch_16;
+
+ local:
+ *;
+};