From: Adhemerval Zanella Date: Thu, 11 Sep 2025 13:49:41 +0000 (-0300) Subject: sh: Move atomic-machine to generic sysdep X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e5fe1974c76c9f6e461163e3fc503a77e487b26;p=thirdparty%2Fglibc.git sh: Move atomic-machine to generic sysdep There is no Linux specific definitions. Reviewed-by: Wilco Dijkstra --- 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