
#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,@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