[commit: ghc] master: linker: Split symbol extras logic into new source file (3f05126)
git at git.haskell.org
git at git.haskell.org
Wed Nov 2 20:15:13 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3f05126253a7d68b37a388c26b586d94e871614e/ghc
>---------------------------------------------------------------
commit 3f05126253a7d68b37a388c26b586d94e871614e
Author: Ben Gamari <bgamari.foss at gmail.com>
Date: Wed Nov 2 15:01:15 2016 -0400
linker: Split symbol extras logic into new source file
Test Plan: Validate
Reviewers: erikd, austin, simonmar
Reviewed By: simonmar
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2646
>---------------------------------------------------------------
3f05126253a7d68b37a388c26b586d94e871614e
rts/Linker.c | 201 +-------------------------------------------
rts/linker/SymbolExtras.c | 209 ++++++++++++++++++++++++++++++++++++++++++++++
rts/linker/SymbolExtras.h | 30 +++++++
3 files changed, 240 insertions(+), 200 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 3f05126253a7d68b37a388c26b586d94e871614e
More information about the ghc-commits
mailing list