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:
Jan Hubicka 2003-11-03 12:52:42 +01:00 committed by Jan Hubicka
parent d8ccee1ee4
commit 73c37dab9b
2 changed files with 5 additions and 1 deletions

View 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

View 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)