[commit: ghc] master: [linker] Adds ElfTypes (e5e8646)
git at git.haskell.org
git at git.haskell.org
Sun Apr 23 15:06:16 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e5e8646d3c6af82549b55fbee6764b087144a7ec/ghc
>---------------------------------------------------------------
commit e5e8646d3c6af82549b55fbee6764b087144a7ec
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Sun Apr 23 10:02:02 2017 -0400
[linker] Adds ElfTypes
This diff introduces ElfTypes similar to provide the linker
code with a richer data structure, similar to the approach
taken for mach-o already.
Reviewers: bgamari, austin, erikd, simonmar
Reviewed By: simonmar
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3445
>---------------------------------------------------------------
e5e8646d3c6af82549b55fbee6764b087144a7ec
rts/LinkerInternals.h | 15 +++--
rts/linker/Elf.c | 95 +++++-----------------------
rts/linker/ElfTypes.h | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 195 insertions(+), 86 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 e5e8646d3c6af82549b55fbee6764b087144a7ec
More information about the ghc-commits
mailing list