projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8ccee1
)
i386.c (override_options): Remove hack enabling 128bit long double commited by accident.
author
Jan Hubicka
<jh@suse.cz>
Mon, 3 Nov 2003 11:52:42 +0000
(12:52 +0100)
committer
Jan 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
patch
|
blob
|
history
gcc/config/i386/i386.c
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 928acd5f671dcbfc89f756209dc8e22a9b9ae9de..6bdf0cc86bd3d0495e49b8f03b6a360944c0c429 100644
(file)
--- 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 3bcc5eb436c5e8e0d041b9beaa1815017d068a99..8e8785a2ac13e1e905733541972238a995014240 100644
(file)
--- 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)