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
This commit is contained in:
parent
d8ccee1ee4
commit
73c37dab9b
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user