Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / config / sparc / sol2-64.h
blobd0dd284daf06e01f587e47e67fad613cf273dd48
1 /* Definitions of target machine for GCC, for bi-arch SPARC
2 running Solaris 2, defaulting to 64-bit code generation. */
4 #undef TARGET_DEFAULT
5 #define TARGET_DEFAULT \
6 (MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ + \
7 MASK_STACK_BIAS + MASK_APP_REGS + MASK_FPU + MASK_LONG_DOUBLE_128)