sparc-c.c (sparc_target_macros): Replace TARGET_64BIT with TARGET_ARCH64.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 23 Oct 2016 10:55:04 +0000 (10:55 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 23 Oct 2016 10:55:04 +0000 (10:55 +0000)
* config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
with TARGET_ARCH64.  Define __VIS to 0x400 if TARGET_VIS4.

From-SVN: r241446

gcc/ChangeLog
gcc/config/sparc/sparc-c.c

index 2849ce84e691e55b26d4ba51ccdfa2c9932cf832..25c38f391c3070050f7d557116f644a071f9b572 100644 (file)
@@ -1,3 +1,8 @@
+2016-10-23  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * config/sparc/sparc-c.c (sparc_target_macros): Replace TARGET_64BIT
+       with TARGET_ARCH64.  Define __VIS to 0x400 if TARGET_VIS4.
+
 2016-10-21  Andrew Pinski  <apinski@cavium.com>
 
        * config/aarch64/aarch64-cores.def: Rewrite so IMP and PART are
index d9f9c15d2e3df2bd1d1146dc2a4032cb8e9a1e10..8af031299c428efaae7eb5abe4ad78629af89788 100644 (file)
@@ -29,7 +29,7 @@ sparc_target_macros (void)
 {
   builtin_define_std ("sparc");
 
-  if (TARGET_64BIT)
+  if (TARGET_ARCH64)
     {
       cpp_assert (parse_in, "cpu=sparc64");
       cpp_assert (parse_in, "machine=sparc64");
@@ -43,7 +43,7 @@ sparc_target_macros (void)
   if (TARGET_VIS4)
     {
       cpp_define (parse_in, "__VIS__=0x400");
-      cpp_define (parse_in, "__VIS__=0x400");
+      cpp_define (parse_in, "__VIS=0x400");
     }
   else if (TARGET_VIS3)
     {