From: Doug Evans Date: Tue, 20 Feb 1996 00:12:28 +0000 (+0000) Subject: sp64-elf.h (TARGET_DEFAULT): Add MASK_APP_REGS. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1b11c012788b93e3034c678d8a753297050957c5;p=gcc.git sp64-elf.h (TARGET_DEFAULT): Add MASK_APP_REGS. * sparc/sp64-elf.h (TARGET_DEFAULT): Add MASK_APP_REGS. (CPP_PREDEFINES): Define __arch64__. From-SVN: r11317 --- diff --git a/gcc/config/sparc/sp64-elf.h b/gcc/config/sparc/sp64-elf.h index 6869d29d641..d7af8694689 100644 --- a/gcc/config/sparc/sp64-elf.h +++ b/gcc/config/sparc/sp64-elf.h @@ -1,5 +1,4 @@ -/* Definitions of target machine for GNU compiler, - for Sun SPARC-V9 on a hypothetical elf format machine. +/* Definitions of target machine for GNU compiler, for SPARC64, ELF. Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. Contributed by Doug Evans, dje@cygnus.com. @@ -42,12 +41,13 @@ Boston, MA 02111-1307, USA. */ #undef TARGET_DEFAULT #define TARGET_DEFAULT \ (MASK_V9 + MASK_ARCH64 + MASK_PTR64 + MASK_HARD_QUAD \ - + MASK_STACK_BIAS + MASK_MEDANY + MASK_EPILOGUE + MASK_FPU) + + MASK_STACK_BIAS + MASK_MEDANY + MASK_APP_REGS + MASK_EPILOGUE + MASK_FPU) /* __svr4__ is used by the C library */ +/* ??? __arch64__ is subject to change. */ #undef CPP_PREDEFINES #define CPP_PREDEFINES "\ --D__sparc__ -D__sparc_v9__ -D__svr4__ \ +-D__sparc__ -D__sparc_v9__ -D__arch64__ -D__svr4__ \ -Acpu(sparc64) -Amachine(sparc64) \ "