[commit: ghc] ghc-8.4: relnotes: Remove note about -split-sections on Windows (93e6ddd)

git at git.haskell.org git at git.haskell.org
Fri Dec 22 17:44:52 UTC 2017


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

On branch  : ghc-8.4
Link       : http://ghc.haskell.org/trac/ghc/changeset/93e6ddd774d069eb3b81cb3ba9a9efcc98794a92/ghc

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

commit 93e6ddd774d069eb3b81cb3ba9a9efcc98794a92
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Dec 21 15:02:28 2017 -0500

    relnotes: Remove note about -split-sections on Windows
    
    Split-sections unfortunately isn't yet working.


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

93e6ddd774d069eb3b81cb3ba9a9efcc98794a92
 docs/users_guide/8.4.1-notes.rst | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/docs/users_guide/8.4.1-notes.rst b/docs/users_guide/8.4.1-notes.rst
index 25c49cd..efd3b98 100644
--- a/docs/users_guide/8.4.1-notes.rst
+++ b/docs/users_guide/8.4.1-notes.rst
@@ -254,9 +254,6 @@ Compiler
   performance for recursive types not shaped like cons-lists, and allows ``null``
   to terminate for more (but not all) infinitely large structures.
 
-- :ghc-flag:`-fsplit-sections` is now supported on x86_64 Windows and is on by default.
-  See :ghc-ticket:`12913`.
-
 - Configure on Windows now supports the ``--enable-distro-toolchain``
   ``configure`` flag, which can be used to build a GHC using compilers on your
   ``PATH`` instead of using the bundled bindist. See :ghc-ticket:`13792`



More information about the ghc-commits mailing list