[commit: ghc] wip/aarch64-regd: WIP (a8f5df3)
git at git.haskell.org
git at git.haskell.org
Sun Oct 25 03:29:08 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/aarch64-regd
Link : http://ghc.haskell.org/trac/ghc/changeset/a8f5df3ff26f6a17c2e8285d22f70ac9ba07e9e0/ghc
>---------------------------------------------------------------
commit a8f5df3ff26f6a17c2e8285d22f70ac9ba07e9e0
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Fri Oct 23 14:43:04 2015 +1100
WIP
>---------------------------------------------------------------
a8f5df3ff26f6a17c2e8285d22f70ac9ba07e9e0
rts/Linker.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rts/Linker.c b/rts/Linker.c
index d00cdb2..a71ea4d 100644
--- a/rts/Linker.c
+++ b/rts/Linker.c
@@ -5178,6 +5178,8 @@ ocRunInit_PEi386 ( ObjectCode *oc )
# define ELF_64BIT
#elif aarch64_HOST_ARCH
# define ELF_64BIT
+#elif (arm_HOST_ARCH || arm_HOST_ARCH_PRE_ARMv7 || arm_HOST_ARCH_PRE_ARMv7 || powerpc_HOST_ARCH)
+ /* Nothing here */
#else
# error "Unknown HOST_ARCH"
#endif
More information about the ghc-commits
mailing list