diff options
author | Eric Botcazou <ebotcazou@libertysurf.fr> | 2005-05-18 09:22:28 +0200 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2005-05-18 07:22:28 +0000 |
commit | 5b7451a6ab6b45a6239ad5372de6645463c927e6 (patch) | |
tree | bc01bbfa4a12b8f29cf3d97a4d52fb97bdfd9cbd /gcc/config/sparc/sol2.h | |
parent | e75f9a8f7b974861949fdc7923f6926eca42c01f (diff) | |
download | gcc-5b7451a6ab6b45a6239ad5372de6645463c927e6.tar.gz |
sol2.h (TARGET_DEFAULT): Add back MASK_APP_REGS.
* config/sparc/sol2.h (TARGET_DEFAULT): Add back MASK_APP_REGS.
* config/sparc/sol2-64.h (TARGET_DEFAULT): Likewise.
* config/sparc/sp-elf.h (TARGET_DEFAULT): Delete.
From-SVN: r99885
Diffstat (limited to 'gcc/config/sparc/sol2.h')
-rw-r--r-- | gcc/config/sparc/sol2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index 12cd24fccae..1c68133a8c9 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -148,7 +148,8 @@ Boston, MA 02111-1307, USA. */ /* Solaris allows 64 bit out and global registers in 32 bit mode. sparc_override_options will disable V8+ if not generating V9 code. */ #undef TARGET_DEFAULT -#define TARGET_DEFAULT (MASK_V8PLUS + MASK_FPU + MASK_LONG_DOUBLE_128) +#define TARGET_DEFAULT (MASK_V8PLUS + MASK_APP_REGS + MASK_FPU \ + + MASK_LONG_DOUBLE_128) /* Solaris-specific #pragmas are implemented on top of attributes. Hook in the bits from config/sol2.c. */ |