Add support for Hitachi SH processors - lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
path: root/lib/lightning.c
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2024年10月23日 13:07:09 +0200
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2024年10月23日 11:46:34 -0300
commit808fdde9e81cc1f43fd3ef3b01d24744c18bc123 (patch)
tree84c6d64283b14abd1b7b6fc0cbacf7f39bff28cb /lib/lightning.c
parent0203b5703861476f374ab7282c1aa789aab7a393 (diff)
downloadlightning-808fdde9e81cc1f43fd3ef3b01d24744c18bc123.tar.gz
Add support for Hitachi SH processors
Add support for the SH2, SH3 and SH4 processors from Hitachi. All tests pass except for ccall which is affected by a GCC bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115948 Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Diffstat (limited to 'lib/lightning.c')
-rw-r--r--lib/lightning.c 2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lightning.c b/lib/lightning.c
index 83917ae..643c5f1 100644
--- a/lib/lightning.c
+++ b/lib/lightning.c
@@ -4598,6 +4598,8 @@ static maybe_unused void _patch_alist(jit_state_t *_jit, jit_bool_t revert);
# include "jit_riscv.c"
#elif defined(__loongarch__)
# include "jit_loongarch.c"
+#elif defined(__sh__)
+# include "jit_sh.c"
#endif
static maybe_unused void
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月15日 13:00:51 +0000

AltStyle によって変換されたページ (->オリジナル) /