diff options
author | David S. Miller <davem@davemloft.net> | 2011-09-05 22:23:40 +0000 |
---|---|---|
committer | David S. Miller <davem@gcc.gnu.org> | 2011-09-05 15:23:40 -0700 |
commit | 4f4f4f542a6e3b907cbc9575c1cf4fd66e159cf6 (patch) | |
tree | 908334218a05002c693889e97b8832e5a1f99221 /gcc/config/sparc/linux64.h | |
parent | 81a478c889889e61d8fb27626276a6da1d6c01a1 (diff) | |
download | gcc-4f4f4f542a6e3b907cbc9575c1cf4fd66e159cf6.tar.gz |
sol2-64.h: Move ...
* config/sparc/sol2-64.h: Move ...
* config/sparc/default-64.h: ... to here. Update comment.
* config.gcc: Update Solaris sparc to use default-64.h, also
prefix this header into the list on sparc64-*-linux.
* config/sparc/linux64.h (TARGET_DEFAULT): Only override if
TARGET_64BIT_DEFAULT is defined. Remove commented out reference
to MASK_HARD_QUAD.
From-SVN: r178558
Diffstat (limited to 'gcc/config/sparc/linux64.h')
-rw-r--r-- | gcc/config/sparc/linux64.h | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/gcc/config/sparc/linux64.h b/gcc/config/sparc/linux64.h index c4997bb29b4..3c83d2d0a6e 100644 --- a/gcc/config/sparc/linux64.h +++ b/gcc/config/sparc/linux64.h @@ -31,20 +31,11 @@ along with GCC; see the file COPYING3. If not see } \ while (0) -#if TARGET_CPU_DEFAULT == TARGET_CPU_v9 \ - || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc \ - || TARGET_CPU_DEFAULT == TARGET_CPU_ultrasparc3 \ - || TARGET_CPU_DEFAULT == TARGET_CPU_niagara \ - || TARGET_CPU_DEFAULT == TARGET_CPU_niagara2 \ - || TARGET_CPU_DEFAULT == TARGET_CPU_niagara3 \ - || TARGET_CPU_DEFAULT == TARGET_CPU_niagara4 -/* A 64 bit v9 compiler with stack-bias, - in a Medium/Low code model environment. */ - +#ifdef TARGET_64BIT_DEFAULT #undef TARGET_DEFAULT #define TARGET_DEFAULT \ - (MASK_V9 + MASK_PTR64 + MASK_64BIT /* + MASK_HARD_QUAD */ \ - + MASK_STACK_BIAS + MASK_APP_REGS + MASK_FPU + MASK_LONG_DOUBLE_128) + (MASK_V9 + MASK_PTR64 + MASK_64BIT + MASK_STACK_BIAS + \ + MASK_APP_REGS + MASK_FPU + MASK_LONG_DOUBLE_128) #endif /* This must be v9a not just v9 because by default we enable |