[commit: ghc] master: linker: Split ELF implementation into separate source file (bdc262c)

git at git.haskell.org git at git.haskell.org
Wed Nov 2 20:15:25 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/bdc262cc0ee511aa7bcd5c458f25ea1e4cc38583/ghc

>---------------------------------------------------------------

commit bdc262cc0ee511aa7bcd5c458f25ea1e4cc38583
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Wed Nov 2 15:02:36 2016 -0400

    linker: Split ELF implementation into separate source file
    
    Test Plan: Validate
    
    Reviewers: erikd, austin, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D2650


>---------------------------------------------------------------

bdc262cc0ee511aa7bcd5c458f25ea1e4cc38583
 rts/Linker.c          | 1714 +------------------------------------------------
 rts/LinkerInternals.h |   12 +
 rts/linker/Elf.c      | 1709 ++++++++++++++++++++++++++++++++++++++++++++++++
 rts/linker/Elf.h      |   17 +
 4 files changed, 1743 insertions(+), 1709 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc bdc262cc0ee511aa7bcd5c458f25ea1e4cc38583


More information about the ghc-commits mailing list