* longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.

From-SVN: r69966
This commit is contained in:
David Edelsohn 2003-07-30 17:40:17 +00:00 committed by David Edelsohn
parent 656ec3b11f
commit 0e6cb2cb03
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-07-30 David Edelsohn <edelsohn@gnu.org>
* longlong.h (PowerPC umul_ppmm): Do not test __vxworks__.
2003-07-30 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.h (EH_RETURN_HANDLER_RTX): Compute offset

View File

@ -647,7 +647,7 @@ UDItype __umulsidi3 (USItype, USItype);
__asm__ ("{cntlz|cntlzw} %0,%1" : "=r" (count) : "r" (x))
#define COUNT_LEADING_ZEROS_0 32
#if defined (_ARCH_PPC) || defined (__powerpc__) || defined (__POWERPC__) \
|| defined (__ppc__) || defined (PPC) || defined (__vxworks__)
|| defined (__ppc__) || defined (PPC)
#define umul_ppmm(ph, pl, m0, m1) \
do { \
USItype __m0 = (m0), __m1 = (m1); \