*** empty log message ***
authorMichael Meissner <meissner@gcc.gnu.org>
Wed, 3 Jun 1992 21:51:17 +0000 (21:51 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Wed, 3 Jun 1992 21:51:17 +0000 (21:51 +0000)
From-SVN: r1152

gcc/longlong.h

index 0b475e2ca6adfcae8681477631f00bdf9688da63..23dc72be15c2a41ae459ad733f238c3be7950c24 100644 (file)
             "r" ((unsigned long int)(al)),                             \
             "rI" ((unsigned long int)(bl))                             \
           __CLOBBER_CC)
-#if defined (__sparc8__)       /* How do we recog. version 8 SPARC?  */
+#if defined (__sparcv8__)
 #define umul_ppmm(w1, w0, u, v) \
   __asm__ ("umul %2,%3,%1;rd %%y,%0"                                   \
           : "=r" ((unsigned long int)(w1)),                            \