diff options
author | Segher Boessenkool <segher@kernel.crashing.org> | 2012-08-16 16:43:00 +0200 |
---|---|---|
committer | Segher Boessenkool <segher@gcc.gnu.org> | 2012-08-16 16:43:00 +0200 |
commit | e426fa99fe47e9460dd690b18527b17b89fc586e (patch) | |
tree | 52d47015d0518807f97a359ceeb1b76c80494c70 /gcc | |
parent | f5843d08b462559af731ed7bd40f2d8e7a1b47e1 (diff) | |
download | gcc-e426fa99fe47e9460dd690b18527b17b89fc586e.zip gcc-e426fa99fe47e9460dd690b18527b17b89fc586e.tar.gz gcc-e426fa99fe47e9460dd690b18527b17b89fc586e.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/config/rs6000/darwin.h | 2 |
2 files changed, 5 insertions, 1 deletions
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 <segher@kernel.crashing.org> + + * config/rs6000/darwin.h (TARGET_IEEE_QUAD): Fix comment. + 2012-08-16 Richard Guenther <rguenther@suse.de> 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 |