view patches/nsis-2.46-linker_script-ndata.patch @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents 04693165013a
children
line wrap: on
line source

.ndata section is added to the default linker script.

--- a/SCons/Config/linker_script	2014-11-16 15:15:01.302783500 +0900
+++ b/SCons/Config/linker_script	2014-11-16 20:57:45.209797100 +0900
@@ -137,6 +137,10 @@
     PROVIDE ( _end = .);
      __end__ = .;
   }
+  .ndata BLOCK(__section_alignment__) :
+  {
+    *(.ndata)
+  }
   .rsrc BLOCK(__section_alignment__) :
   {
     *(.rsrc)