[GHC] #9935: Can't compile rts/StgCRun.c for aarch64-linux
GHC
ghc-devs at haskell.org
Mon Jan 26 23:11:09 UTC 2015
#9935: Can't compile rts/StgCRun.c for aarch64-linux
----------------------------------------+----------------------------------
Reporter: erikd | Owner: erikd
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.11
Resolution: | Keywords:
Operating System: Linux | Architecture: aarch64
Type of failure: Building GHC failed | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Revisions: D599
----------------------------------------+----------------------------------
Comment (by Erik de Castro Lopo <erikd@…>):
In [changeset:"b9063703301f0d902b4bb2eb28ac27e9bc050ea0/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="b9063703301f0d902b4bb2eb28ac27e9bc050ea0"
RTS : Fix StgRun for aarch64-linux (#9935).
Summary:
The GCC assembler doesn't seem to recognise the 'fp' and 'lr' register
names which are aliases for 'x29' and 'x30' respectively.
Depends on D598.
Test Plan: validate
Reviewers: lukexi, bgamari, austin
Reviewed By: austin
Subscribers: carter, thomie
Differential Revision: https://phabricator.haskell.org/D599
GHC Trac Issues: #9935
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9935#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list