From 7e5fe1974c76c9f6e461163e3fc503a77e487b26 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 11 Sep 2025 10:49:41 -0300 Subject: [PATCH] sh: Move atomic-machine to generic sysdep There is no Linux specific definitions. Reviewed-by: Wilco Dijkstra --- 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 @@ . */ #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