From: Segher Boessenkool Date: Thu, 16 Aug 2012 14:43:00 +0000 (+0200) Subject: darwin.h (TARGET_IEEE_QUAD): Fix comment. X-Git-Tag: upstream/12.2.0~74744 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e426fa99fe47e9460dd690b18527b17b89fc586e;p=platform%2Fupstream%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 266710f..aeabc51 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 17ff675..48f9fcc 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