[GHC] #13937: @progbits is used incorrectly throughout GHC
GHC
ghc-devs at haskell.org
Fri Jul 7 22:56:34 UTC 2017
#13937: @progbits is used incorrectly throughout GHC
-------------------------------------+-------------------------------------
Reporter: bgamari | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.0.1
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple |
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
GHC uses `.section $SECTION_NAME,$FLAGS, at progbits` directives throughout
its produced assembler. However, some architectures (e.g. ARM) use `@` as
a comment character and therefore must use some other prefix for section
types.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13937>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list