darwin.h (TARGET_SUBTARGET_DEFAULT): Add MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 24 Mar 2005 19:50:56 +0000 (19:50 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 24 Mar 2005 19:50:56 +0000 (19:50 +0000)
* config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.

From-SVN: r97005

gcc/ChangeLog
gcc/config/i386/darwin.h

index 897acce..dba48ff 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-24  Geoffrey Keating  <geoffk@apple.com>
+
+       * config/i386/darwin.h (TARGET_SUBTARGET_DEFAULT): Add
+       MASK_128BIT_LONG_DOUBLE, MASK_ALIGN_DOUBLE.
+
 2005-03-24  Nathan Sidwell  <nathan@codesourcery.com>
 
        * configure.ac (enable-checking): Add 'runtime' option.
index ec81625..7d16c36 100644 (file)
@@ -76,7 +76,7 @@ Boston, MA 02111-1307, USA.  */
 /* By default, target has a 80387, uses IEEE compatible arithmetic,
    and returns float values in the 387.  */
 
-#define TARGET_SUBTARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS)
+#define TARGET_SUBTARGET_DEFAULT (MASK_80387 | MASK_IEEE_FP | MASK_FLOAT_RETURNS | MASK_128BIT_LONG_DOUBLE | MASK_ALIGN_DOUBLE)
 
 /* TARGET_DEEP_BRANCH_PREDICTION is incompatible with Mach-O PIC.  */