diff options
author | Jason Thorpe <thorpej@wasabisystems.com> | 2003-05-23 20:36:04 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@gcc.gnu.org> | 2003-05-23 20:36:04 +0000 |
commit | 27a701c2c502745f48de28c58e9aa0f339951b46 (patch) | |
tree | aec916119691c85466079883f9a6c8c3ca25587b /gcc | |
parent | 38709cad91e97b8e0ed0663f22c50663686ae1ae (diff) | |
download | gcc-27a701c2c502745f48de28c58e9aa0f339951b46.zip gcc-27a701c2c502745f48de28c58e9aa0f339951b46.tar.gz gcc-27a701c2c502745f48de28c58e9aa0f339951b46.tar.bz2 |
netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.
* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
__sparcv9 in the TARGET_ARCH64 case.
From-SVN: r67135
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sparc/netbsd-elf.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 371f73d..d0ac957 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-05-23 Jason Thorpe <thorpej@wasabisystems.com> + + * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define + __sparcv9 in the TARGET_ARCH64 case. + Fri May 23 22:17:32 CEST 2003 Jan Hubicka <jh@suse.cz> * i386.c (ix86_reorg): Calls are also jumps. diff --git a/gcc/config/sparc/netbsd-elf.h b/gcc/config/sparc/netbsd-elf.h index 0f0d6fc..a20fce4 100644 --- a/gcc/config/sparc/netbsd-elf.h +++ b/gcc/config/sparc/netbsd-elf.h @@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA. */ { \ builtin_define ("__sparc64__"); \ builtin_define ("__sparc_v9__"); \ + builtin_define ("__sparcv9"); \ } \ else \ builtin_define ("__sparc"); \ |