]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: Move atomic-machine to generic sysdep
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 11 Sep 2025 13:49:36 +0000 (10:49 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 4 Nov 2025 07:14:01 +0000 (04:14 -0300)
There is no Linux specific definitions.

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
sysdeps/hppa/atomic-machine.h [moved from sysdeps/unix/sysv/linux/hppa/atomic-machine.h with 96% similarity]

similarity index 96%
rename from sysdeps/unix/sysv/linux/hppa/atomic-machine.h
rename to sysdeps/hppa/atomic-machine.h
index 0e2f6e441e027affa12aa94e909e5a48ec967ad3..5647631cb65b02aea53e0e90c8327eda78350426 100644 (file)
@@ -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