]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/toplev.c
Revert emutls patch.
[thirdparty/gcc.git] / gcc / toplev.c
index f7b2736b1e860c7f905ec9f9f24703e38c7fcdcc..53fcdfe580c830bd125b6683dad61a8e173f71e8 100644 (file)
@@ -1056,14 +1056,11 @@ compile_file (void)
   if (flag_mudflap)
     mudflap_finish_file ();
 
-  /* Likewise for emulated thread-local storage.  */
-  if (!targetm.have_tls)
-    emutls_finish ();
-
   output_shared_constant_pool ();
   output_object_blocks ();
 
   /* Write out any pending weak symbol declarations.  */
+
   weak_finish ();
 
   /* Do dbx symbols.  */