[GHC] #7707: iOS patch no 6: compatibility with iOS assembler
#7707: iOS patch no 6: compatibility with iOS assembler ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Other | Architecture: arm Failure: None/Unknown | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- Small iOS assembler tweaks: the iOS assembler has never heard of the ARM's 'fp' register, and others. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7707> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7707: iOS patch no 6: compatibility with iOS assembler ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Other | Architecture: arm Failure: None/Unknown | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- Changes (by StephenBlackheath): * status: new => patch -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7707#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7707: iOS patch no 6: compatibility with iOS assembler ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: feature request | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Other | Architecture: arm Failure: None/Unknown | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- Changes (by StephenBlackheath): * type: bug => feature request -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7707#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7707: iOS patch no 6: compatibility with iOS assembler ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: feature request | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Other | Architecture: arm Failure: None/Unknown | Blockedby: Blocking: 7724 | Related: ------------------------------+--------------------------------------------- Comment(by ian@…): commit 7bc3bdf6ed6114ba04edcc1c3536b5e20218f20f {{{ Author: Ian Lynagh <ian@well-typed.com> Date: Sat Mar 2 13:15:21 2013 +0000 ios fix from Stephen Blackheath; part of #7707 Apparently ios doesn't understand .type %function. rts/StgCRun.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7707#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7707: iOS patch no 6: compatibility with iOS assembler --------------------------------+------------------------------------------- Reporter: StephenBlackheath | Owner: Type: feature request | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Other | Architecture: arm Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: 7724 | Related: --------------------------------+------------------------------------------- Changes (by igloo): * status: patch => closed * difficulty: => Unknown * resolution: => fixed Comment: I've made arm unconditionally use the iOS-friendly `r11` and `.globl`, which seem to work fine on Linux too. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7707#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC