[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

#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