mcst-linux-kernel/patches-2024.06.26/libatomic-ops-7.4.4/0001-.add.patch

23 lines
554 B
Diff

diff --git a/src/atomic_ops/sysdeps/gcc/e2k.h b/src/atomic_ops/sysdeps/gcc/e2k.h
new file mode 100644
index 0000000..9e806e4
--- /dev/null
+++ b/src/atomic_ops/sysdeps/gcc/e2k.h
@@ -0,0 +1,13 @@
+// без
+// AO_nop_write(void)
+// AO_double_load
+// AO_double_load_acquire
+// AO_double_store
+// AO_double_store_release
+// AO_double_compare_and_swap
+// AO_double_compare_and_swap_acquire
+// AO_double_compare_and_swap_release
+// AO_double_compare_and_swap_full
+
+#include "../test_and_set_t_is_ao_t.h"
+#include "generic.h"
--
2.16.4