From 5230877ecd0c6121029a937e6d85b3148f699be8 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Wed, 10 Sep 2025 09:05:21 -0300 Subject: [PATCH] hppa: Move atomic-machine to generic sysdep 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.47.3