[ros-diffs] [sserapion] 35825: -Actually disable TLS. -Fix boot.

sserapion at svn.reactos.org sserapion at svn.reactos.org
Sun Aug 31 04:53:32 CEST 2008


Author: sserapion
Date: Sat Aug 30 21:53:32 2008
New Revision: 35825

URL: http://svn.reactos.org/svn/reactos?rev=35825&view=rev
Log:
-Actually disable TLS.
-Fix boot.

Modified:
    branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/crtexe.c
    branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild

Modified: branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/crtexe.c
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/crtexe.c?rev=35825&r1=35824&r2=35825&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/crtexe.c [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/crtexe.c [iso-8859-1] Sat Aug 30 21:53:32 2008
@@ -287,9 +287,10 @@
   PIMAGE_OPTIONAL_HEADER64 pNTHeader64;
 
   /* Force to be linked.  */
-  mingw_initltsdrot_force=1;
-  mingw_initltsdyn_force=1;
-  mingw_initltssuo_force=1;
+  //TLS sections
+  //mingw_initltsdrot_force=1;
+  //mingw_initltsdyn_force=1;
+  //mingw_initltssuo_force=1;
   mingw_initcharmax=1;
 
   pDOSHeader = (PIMAGE_DOS_HEADER) &__ImageBase;

Modified: branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild
URL: http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild?rev=35825&r1=35824&r2=35825&view=diff
==============================================================================
--- branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/lib/3rdparty/mingw/mingw.rbuild [iso-8859-1] Sat Aug 30 21:53:32 2008
@@ -15,7 +15,6 @@
 	<file>natstart.c</file>
 	<file>_newmode.c</file>
 	<file>pesect.c</file>
-	<file>tlssup.c</file>
 	<file>wildcard.c</file>
 	<file>xtxtmode.c</file>
 	<file>xncommod.c</file>



More information about the Ros-diffs mailing list