aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-11-03 12:52:42 +0100
committerJan Hubicka <hubicka@gcc.gnu.org>2003-11-03 11:52:42 +0000
commit73c37dab9bf1a7e2f4a93eacc4aec185a1b21eb1 (patch)
tree39e69872806131f1efd7990e561fc0df611fafae
parentd8ccee1ee42845b71e2e5b8b99d689512383797f (diff)
downloadgcc-73c37dab9bf1a7e2f4a93eacc4aec185a1b21eb1.zip
gcc-73c37dab9bf1a7e2f4a93eacc4aec185a1b21eb1.tar.gz
gcc-73c37dab9bf1a7e2f4a93eacc4aec185a1b21eb1.tar.bz2
i386.c (override_options): Remove hack enabling 128bit long double commited by accident.
* i386.c (override_options): Remove hack enabling 128bit long double commited by accident. From-SVN: r73213
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/i386/i386.c1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 928acd5..6bdf0cc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 3bcc5eb..8e8785a 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -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)