netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define __sparcv9 in the TARGET_ARCH64 case.
authorJason Thorpe <thorpej@wasabisystems.com>
Fri, 23 May 2003 20:36:04 +0000 (20:36 +0000)
committerJason Thorpe <thorpej@gcc.gnu.org>
Fri, 23 May 2003 20:36:04 +0000 (20:36 +0000)
* config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Define
__sparcv9 in the TARGET_ARCH64 case.

From-SVN: r67135

gcc/ChangeLog
gcc/config/sparc/netbsd-elf.h

index 371f73d4e5f440cb1f07add89239c172e962cc4f..d0ac957a58d142e40a23c21499592e9b312b34ed 100644 (file)
@@ -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.
index 0f0d6fc0414f431f8723ec15e343c1c344cae2f4..a20fce4edc84d038c17043e51c16db87a0bae263 100644 (file)
@@ -28,6 +28,7 @@ Boston, MA 02111-1307, USA.  */
        {                                               \
          builtin_define ("__sparc64__");               \
          builtin_define ("__sparc_v9__");              \
+         builtin_define ("__sparcv9");                 \
        }                                               \
       else                                             \
        builtin_define ("__sparc");                     \