i386.c (override_options): Remove hack enabling 128bit long double commited by accident.
authorJan Hubicka <jh@suse.cz>
Mon, 3 Nov 2003 11:52:42 +0000 (12:52 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Mon, 3 Nov 2003 11:52:42 +0000 (11:52 +0000)
* i386.c (override_options):  Remove hack enabling 128bit long double
commited by accident.

From-SVN: r73213

gcc/ChangeLog
gcc/config/i386/i386.c

index 928acd5f671dcbfc89f756209dc8e22a9b9ae9de..6bdf0cc86bd3d0495e49b8f03b6a360944c0c429 100644 (file)
@@ -1,3 +1,8 @@
+2003-11-03  Jan Hubicka  <jh@suse.cz>
+
+       * i386.c (override_options):  Remove hack enabling 128bit long double
+       commited by accident.
+
 2003-11-02  Per Bothner  <per@bothner.com>
 
        * c-opts.c (needValue):  Do cpp_find_main_file before processing
index 3bcc5eb436c5e8e0d041b9beaa1815017d068a99..8e8785a2ac13e1e905733541972238a995014240 100644 (file)
@@ -1374,7 +1374,6 @@ override_options (void)
   if (TARGET_SSE2)
     target_flags |= MASK_SSE;
 
-      target_flags |= (MASK_128BIT_LONG_DOUBLE);
   if (TARGET_64BIT)
     {
       if (TARGET_ALIGN_DOUBLE)