[commit: ghc] master: Drop dead code in rts/{Prelude.h, package.conf.in} (43e7b23)

git at git.haskell.org git at git.haskell.org
Mon Mar 27 03:00:14 UTC 2017


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

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

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

commit 43e7b23a472e5decc3fde2fcaf924e0c893b8a64
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date:   Sat Mar 25 10:53:17 2017 -0400

    Drop dead code in rts/{Prelude.h,package.conf.in}
    
    The endevor to drop the `-Wl,-u,<sym>` requirement for linking the rts,
    base, ,... turned out to be less fruitful than I had hoped. However it
    did turn up a few dead symbols, that are referenced but for which the
    definition seems to have diminished.
    
    Reviewers: austin, rwbarton, geekosaur, erikd, simonmar, bgamari
    
    Reviewed By: geekosaur, simonmar
    
    Subscribers: thomie, snowleopard
    
    Differential Revision: https://phabricator.haskell.org/D3350


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

43e7b23a472e5decc3fde2fcaf924e0c893b8a64
 rts/Prelude.h       |   6 +--
 rts/package.conf.in | 105 +++++++++++++++++++++++++++-------------------------
 2 files changed, 57 insertions(+), 54 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 43e7b23a472e5decc3fde2fcaf924e0c893b8a64


More information about the ghc-commits mailing list