]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hppa: Move atomic-machine to generic sysdep
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 10 Sep 2025 12:05:21 +0000 (09:05 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 11 Sep 2025 17:06:43 +0000 (14:06 -0300)
There is no Linux specific definitions.

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