Commit e426fa99 by Segher Boessenkool Committed by Segher Boessenkool

darwin.h (TARGET_IEEE_QUAD): Fix comment.

2012-08-16  Segher Boessenkool  <segher@kernel.crashing.org>

       * config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment.

From-SVN: r190446
parent f5843d08
2012-08-16 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment.
2012-08-16 Richard Guenther <rguenther@suse.de> 2012-08-16 Richard Guenther <rguenther@suse.de>
PR middle-end/54146 PR middle-end/54146
......
...@@ -282,7 +282,7 @@ extern int darwin_emit_branch_islands; ...@@ -282,7 +282,7 @@ extern int darwin_emit_branch_islands;
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_MULTIPLE | MASK_PPC_GFXOPT) #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 #undef TARGET_IEEEQUAD
#define TARGET_IEEEQUAD 0 #define TARGET_IEEEQUAD 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment