[GHC] #10468: debug test case fails on Windows
GHC
ghc-devs at haskell.org
Thu Jun 11 17:10:31 UTC 2015
#10468: debug test case fails on Windows
-------------------------------------+-------------------------------------
Reporter: ezyang | Owner: scpmw
Type: bug | Status: patch
Priority: normal | Milestone: 7.10.2
Component: Compiler | Version: 7.11
(Debugging) | Keywords:
Resolution: | Architecture:
Operating System: Windows | Unknown/Multiple
Type of failure: None/Unknown | Test Case: debug
Blocked By: | Blocking:
Related Tickets: | Differential Revisions:
-------------------------------------+-------------------------------------
Comment (by Austin Seipp <austin@…>):
In [changeset:"a66ef3567ea29c93a9c010befc672602dc1c644c/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="a66ef3567ea29c93a9c010befc672602dc1c644c"
Fix DWARF generation for MinGW (#10468)
Fortunately this is relatively straightforward - all we need to do is
switch to a non-ELF-specific way of specifying object file sections and
make sure that section-relative addresses work correctly. This is enough
to make "gdb" work on MinGW builds.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10468#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list