[commit: ghc] master: linker: Split PEi386 implementation into new source file (6ea0b4f)

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


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

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

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

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

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


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

6ea0b4f1a6a0478eeeacb0a7be62e426d4aa58e5
 rts/Linker.c          | 1647 ++-----------------------------------------------
 rts/LinkerInternals.h |  118 +---
 rts/linker/PEi386.c   | 1589 +++++++++++++++++++++++++++++++++++++++++++++++
 rts/linker/PEi386.h   |  161 +++++
 4 files changed, 1798 insertions(+), 1717 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 6ea0b4f1a6a0478eeeacb0a7be62e426d4aa58e5


More information about the ghc-commits mailing list