[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 03/16] target/alpha: Remove TARGET_ALIGNED_ONLY
|
From: |
Richard Henderson |
|
Subject: |
[PATCH 03/16] target/alpha: Remove TARGET_ALIGNED_ONLY |
|
Date: |
Tue, 2 May 2023 17:08:33 +0100 |
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
configs/targets/alpha-linux-user.mak | 1 -
configs/targets/alpha-softmmu.mak | 1 -
2 files changed, 2 deletions(-)
diff --git a/configs/targets/alpha-linux-user.mak
b/configs/targets/alpha-linux-user.mak
index 7e62fd796a..f7d3fb4afa 100644
--- a/configs/targets/alpha-linux-user.mak
+++ b/configs/targets/alpha-linux-user.mak
@@ -1,4 +1,3 @@
TARGET_ARCH=alpha
TARGET_SYSTBL_ABI=common
TARGET_SYSTBL=syscall.tbl
-TARGET_ALIGNED_ONLY=y
diff --git a/configs/targets/alpha-softmmu.mak
b/configs/targets/alpha-softmmu.mak
index e4b874a19e..9dbe160740 100644
--- a/configs/targets/alpha-softmmu.mak
+++ b/configs/targets/alpha-softmmu.mak
@@ -1,3 +1,2 @@
TARGET_ARCH=alpha
-TARGET_ALIGNED_ONLY=y
TARGET_SUPPORTS_MTTCG=y
--
2.34.1
- [PATCH 00/16] tcg: Remove TARGET_ALIGNED_ONLY, Richard Henderson, 2023/05/02
- [PATCH 03/16] target/alpha: Remove TARGET_ALIGNED_ONLY,
Richard Henderson <=
- [PATCH 08/16] target/mips: Use MO_ALIGN instead of 0, Richard Henderson, 2023/05/02
- [PATCH 02/16] target/alpha: Use MO_ALIGN where required, Richard Henderson, 2023/05/02
- [PATCH 10/16] target/nios2: Remove TARGET_ALIGNED_ONLY, Richard Henderson, 2023/05/02
- [PATCH 11/16] target/sh4: Use MO_ALIGN where required, Richard Henderson, 2023/05/02
- [PATCH 13/16] target/sparc: Use MO_ALIGN where required, Richard Henderson, 2023/05/02
- [PATCH 01/16] target/alpha: Use MO_ALIGN for system UNALIGN(), Richard Henderson, 2023/05/02