From: Kaveh R. Ghazi Date: Thu, 4 Mar 2004 02:40:05 +0000 (+0000) Subject: builtins-config.h: Use underscore macro style for __sun system type. X-Git-Tag: releases/gcc-4.0.0~9644 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f20855d75d7894d8bb3637d6bb5bbd68d1663c52;p=thirdparty%2Fgcc.git builtins-config.h: Use underscore macro style for __sun system type. * gcc.dg/builtins-config.h: Use underscore macro style for __sun system type. Add check for irix6 which doesn't have c99 runtime. From-SVN: r78879 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0724e1340e76..2f5a9345911c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-03-03 Kaveh R. Ghazi + + * gcc.dg/builtins-config.h: Use underscore macro style for __sun + system type. Add check for irix6 which doesn't have c99 runtime. + 2004-03-03 Bob Wilson * gcc.dg/const-elim-1.c: xfail for xtensa. diff --git a/gcc/testsuite/gcc.dg/builtins-config.h b/gcc/testsuite/gcc.dg/builtins-config.h index 220a2aa85185..af22c27b2914 100644 --- a/gcc/testsuite/gcc.dg/builtins-config.h +++ b/gcc/testsuite/gcc.dg/builtins-config.h @@ -11,8 +11,10 @@ #if defined(__hppa) && defined(__hpux) /* PA HP-UX doesn't have the entire C99 runtime. */ -#elif defined(sun) +#elif defined(__sun) /* Solaris doesn't have the entire C99 runtime. */ +#elif defined(__sgi) +/* Irix6 doesn't have the entire C99 runtime. */ #else /* Newlib has the "f" variants of the math functions, but not the "l" variants. TARGET_C99_FUNCTIONS is only defined if all C99