[commit: ghc] master: rts/Linker.c: Split RTS symbols out into separate file (abc214b)

git at git.haskell.org git at git.haskell.org
Sat Oct 24 16:25:32 UTC 2015


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

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

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

commit abc214b77de400c3a7efbc812bebb6d1a81b6ab6
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Sat Oct 24 18:27:06 2015 +0200

    rts/Linker.c:  Split RTS symbols out into separate file
    
    Pull the RtsSymbolVal typedef and rtsSyms[] array out into a separate
    header and C file. No change in functionality.
    
    Test Plan: validate
    
    Reviewers: simonmar, austin, bgamari
    
    Subscribers: Phyx, thomie
    
    Differential Revision: https://phabricator.haskell.org/D1362


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

abc214b77de400c3a7efbc812bebb6d1a81b6ab6
 rts/Linker.c     | 1185 +----------------------------------------------------
 rts/RtsSymbols.c | 1188 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 rts/RtsSymbols.h |   27 ++
 3 files changed, 1217 insertions(+), 1183 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 abc214b77de400c3a7efbc812bebb6d1a81b6ab6


More information about the ghc-commits mailing list