[PATCH 10/22] hppa: Move atomic-machine to generic sysdep
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Sep 11 13:49:36 GMT 2025
There is no Linux specific definitions.
---
sysdeps/{unix/sysv/linux => }/hppa/atomic-machine.h | 1 -
1 file changed, 1 deletion(-)
rename sysdeps/{unix/sysv/linux => }/hppa/atomic-machine.h (96%)
diff --git a/sysdeps/unix/sysv/linux/hppa/atomic-machine.h b/sysdeps/hppa/atomic-machine.h
similarity index 96%
rename from sysdeps/unix/sysv/linux/hppa/atomic-machine.h
rename to sysdeps/hppa/atomic-machine.h
index 0e2f6e441e..5647631cb6 100644
--- a/sysdeps/unix/sysv/linux/hppa/atomic-machine.h
+++ b/sysdeps/hppa/atomic-machine.h
@@ -21,7 +21,6 @@
#define atomic_full_barrier() __sync_synchronize ()
#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