From: Segher Boessenkool Date: Thu, 16 Aug 2012 14:43:00 +0000 (+0200) Subject: darwin.h (TARGET_IEEE_QUAD): Fix comment. X-Git-Tag: misc/gccgo-go1_1_2~1347 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e426fa99fe47e9460dd690b18527b17b89fc586e;p=thirdparty%2Fgcc.git darwin.h (TARGET_IEEE_QUAD): Fix comment. 2012-08-16 Segher Boessenkool * config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment. From-SVN: r190446 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 266710f83234..aeabc5159b6b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-08-16 Segher Boessenkool + + * config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment. + 2012-08-16 Richard Guenther PR middle-end/54146 diff --git a/gcc/config/rs6000/darwin.h b/gcc/config/rs6000/darwin.h index 17ff675d4441..48f9fcc0e12f 100644 --- a/gcc/config/rs6000/darwin.h +++ b/gcc/config/rs6000/darwin.h @@ -282,7 +282,7 @@ extern int darwin_emit_branch_islands; #undef TARGET_DEFAULT #define TARGET_DEFAULT (MASK_MULTIPLE | MASK_PPC_GFXOPT) -/* Darwin only runs on PowerPC, so short-circuit POWER patterns. */ +/* Darwin always uses IBM long double, never IEEE long double. */ #undef TARGET_IEEEQUAD #define TARGET_IEEEQUAD 0