#10369: arm binaries have an executable stack -------------------------------------+--------------------------------- Reporter: erikd | Owner: erikd Type: bug | Status: new Priority: normal | Milestone: 7.12.1 Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: arm Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Revisions: -------------------------------------+--------------------------------- Comment (by Erik de Castro Lopo <erikd@…>): In [changeset:"63a10bbc42492c58feb377d79e05a185e6efcd5a/ghc"]: {{{ #!CommitTicketReference repository="ghc" revision="63a10bbc42492c58feb377d79e05a185e6efcd5a" arm: Force non-executable stack (#10369) Test `T703` was found to be failing on arm/linux. The solution was to add a linker flag to explicitly set the stack to non-executable. Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com> Test Plan: validate on x86_64 and arm linux Reviewers: ezyang, rwbarton, austin Subscribers: bgamari, thomie Differential Revision: https://phabricator.haskell.org/D875 GHC Trac Issues: #10369 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10369#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler