[PATCH 15/22] sh: Move atomic-machine to generic sysdep
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Sep 11 13:49:41 GMT 2025
There is no Linux specific definitions.
---
sysdeps/{unix/sysv/linux => }/sh/atomic-machine.h | 1 -
1 file changed, 1 deletion(-)
rename sysdeps/{unix/sysv/linux => }/sh/atomic-machine.h (96%)
diff --git a/sysdeps/unix/sysv/linux/sh/atomic-machine.h b/sysdeps/sh/atomic-machine.h
similarity index 96%
rename from sysdeps/unix/sysv/linux/sh/atomic-machine.h
rename to sysdeps/sh/atomic-machine.h
index 95d6561bb9..b4ed894bdb 100644
--- a/sysdeps/unix/sysv/linux/sh/atomic-machine.h
+++ b/sysdeps/sh/atomic-machine.h
@@ -17,7 +17,6 @@
<https://www.gnu.org/licenses/>. */
#define __HAVE_64B_ATOMICS 0
-#define USE_ATOMIC_COMPILER_BUILTINS 1
/* XXX Is this actually correct? */
#define ATOMIC_EXCHANGE_USES_CAS 1
--
2.43.0
More information about the Libc-alpha
mailing list