[GHC] #8380: Numerous testsuite failures on ARM due to missing mkJumpToAddr
GHC
ghc-devs at haskell.org
Mon Sep 30 03:31:37 CEST 2013
#8380: Numerous testsuite failures on ARM due to missing mkJumpToAddr
-------------------------------------+---------------------------
Reporter: bgamari | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: | Keywords: patch
Operating System: Unknown/Multiple | Architecture: arm
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+---------------------------
Comment (by thoughtpolice):
It turns out we don't need `__clear_cache` because libffi (correctly)
calls it for us when emitting trampolines/executable code.
I'm validating this patch on my ODROID. It will also close #7794.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8380#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list