[commit: ghc] master: [linker] Adds elf_compat.h, util.h, elf_util.h (9eea43f)

git at git.haskell.org git at git.haskell.org
Sun Apr 23 15:06:42 UTC 2017


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

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

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

commit 9eea43f9528a49194c25889bbfe3b49fe189cc6f
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Sun Apr 23 10:02:21 2017 -0400

    [linker] Adds elf_compat.h, util.h, elf_util.h
    
    Further cleanup of the linker, we'll add elf_compat.h for a more
    complete set of relocations.
    
    Also Util.h has been added as suggested in the code already.
    
    Depends on D3444, D3445
    
    Reviewers: bgamari, austin, erikd, simonmar
    
    Reviewed By: simonmar
    
    Subscribers: rwbarton, thomie
    
    Differential Revision: https://phabricator.haskell.org/D3446


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

9eea43f9528a49194c25889bbfe3b49fe189cc6f
 rts/linker/ELFRelocs/AArch64.def      | 201 ++++++++++++++++++++++++++++++++++
 rts/linker/ELFRelocs/ARM.def          | 138 +++++++++++++++++++++++
 rts/linker/ELFRelocs/LICENSE-LLVM.TXT |  68 ++++++++++++
 rts/linker/ELFRelocs/i386.def         |  47 ++++++++
 rts/linker/ELFRelocs/x86_64.def       |  45 ++++++++
 rts/linker/Elf.c                      | 177 +++++++++++-------------------
 rts/linker/elf_compat.h               |  35 ++++++
 rts/linker/elf_util.c                 |  24 ++++
 rts/linker/elf_util.h                 |  18 +++
 rts/linker/util.h                     |  30 +++++
 10 files changed, 671 insertions(+), 112 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 9eea43f9528a49194c25889bbfe3b49fe189cc6f


More information about the ghc-commits mailing list