diff options
| author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-09-10 09:30:47 -0300 |
|---|---|---|
| committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2025-09-11 14:43:46 -0300 |
| commit | 75889416598df19c93a1f819234e2b6a206636b7 (patch) | |
| tree | 4404f7bf48a7bbc2805a507423806eb706c76374 | |
| parent | 28bb58e8835718a0f8d2008e5bfa6da468f3fbd5 (diff) | |
sh: Move atomic-machine to generic sysdep
There is no Linux specific definitions.
| -rw-r--r-- | sysdeps/sh/atomic-machine.h (renamed from sysdeps/unix/sysv/linux/sh/atomic-machine.h) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/atomic-machine.h b/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 @@ <https://www.gnu.org/licenses/>. */ #define __HAVE_64B_ATOMICS 0 -#define USE_ATOMIC_COMPILER_BUILTINS 1 /* XXX Is this actually correct? */ #define ATOMIC_EXCHANGE_USES_CAS 1 |
