[GHC] #11022: Invalid ELF "note" section format
GHC
ghc-devs at haskell.org
Fri Dec 11 22:17:18 UTC 2015
#11022: Invalid ELF "note" section format
---------------------------+----------------------------------------
Reporter: hsyl20 | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.0.1
Component: Driver | Version: 7.10.2
Resolution: fixed | Keywords:
Operating System: POSIX | Architecture: Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D1375
Wiki Page: |
---------------------------+----------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"ceaf0f4683a3e0ba85ae420956cfc394824e9a38/ghc"
ceaf0f46/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="ceaf0f4683a3e0ba85ae420956cfc394824e9a38"
testsuite: Only run recomp015 on ELF-based platforms
It fails on OS X with hundreds of messages of the form,
```
ManySections.s:196576:10: error:
error: mach-o section specifier uses an unknown section type
.section s65525,"", at progbits
^
ManySections.s:196579:10: error:
error: mach-o section specifier uses an unknown section type
.section s65526,"", at progbits
```
It fails on Windows with messages of the form,
```
ManySections.s:196579:10: error:
Error: junk at the end of line, first unrecognized character is ','
```
Test Plan: Validate
Reviewers: hsyl20, thomie, austin
Reviewed By: thomie, austin
Differential Revision: https://phabricator.haskell.org/D1601
GHC Trac Issues: #11022
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11022#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list