[GHC] #12827: RTS linker: handle 64-bit symbol table in archives
#12827: RTS linker: handle 64-bit symbol table in archives -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: bug | Status: new Priority: high | Milestone: 8.0.2 Component: Runtime | Version: 8.0.1 System (Linker) | Keywords: linker | Operating System: Unknown/Multiple Architecture: x86_64 | Type of failure: None/Unknown (amd64) | Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): Phab:D2697 | Wiki Page: -------------------------------------+------------------------------------- The RTS linker should skip 64-bit symbol table entries in archives just like it skips 32-bit ones. See the original report thread on ghc-devs: https://mail.haskell.org/pipermail/ghc-devs/2016-November/013210.html -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12827> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12827: RTS linker: handle 64-bit symbol table in archives -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: bug | Status: patch Priority: high | Milestone: 8.0.2 Component: Runtime System | Version: 8.0.1 (Linker) | Resolution: | Keywords: linker Operating System: Unknown/Multiple | Architecture: x86_64 | (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2697 Wiki Page: | -------------------------------------+------------------------------------- Changes (by hsyl20): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12827#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12827: RTS linker: handle 64-bit symbol table in archives -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: bug | Status: patch Priority: high | Milestone: 8.0.2 Component: Runtime System | Version: 8.0.1 (Linker) | Resolution: | Keywords: linker Operating System: Unknown/Multiple | Architecture: x86_64 | (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2697 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Ben Gamari <ben@…>): In [changeset:"1b336d9064514219f370a4a12d7019f23393600e/ghc" 1b336d9/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="1b336d9064514219f370a4a12d7019f23393600e" Skip 64-bit symbol tables This patch makes the RTS linker skip 64-bit symbol table entries. See https://mail.haskell.org/pipermail/ghc-devs/2016-November/013210.html Test Plan: validate Reviewers: austin, erikd, simonmar, bgamari Reviewed By: bgamari Subscribers: osa1, thomie Differential Revision: https://phabricator.haskell.org/D2697 GHC Trac Issues: #12827 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12827#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#12827: RTS linker: handle 64-bit symbol table in archives -------------------------------------+------------------------------------- Reporter: hsyl20 | Owner: hsyl20 Type: bug | Status: closed Priority: high | Milestone: 8.0.2 Component: Runtime System | Version: 8.0.1 (Linker) | Resolution: fixed | Keywords: linker Operating System: Unknown/Multiple | Architecture: x86_64 | (amd64) Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D2697 Wiki Page: | -------------------------------------+------------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed Comment: Merged to `ghc-8.0` as ce66c24ac91ff7893dc91f31292bcebc60df4924. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12827#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC