Commit 0193f437 by John David Anglin Committed by John David Anglin

builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA HP-UX.

	* gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
	HP-UX.

From-SVN: r78443
parent 81fbecac
2004-02-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
* gcc.dg/builtins-config.h (HAVE_C99_RUNTIME): Don't define for PA
HP-UX.
2004-02-24 Michael Matz <matz@suse.de> 2004-02-24 Michael Matz <matz@suse.de>
* gcc.dg/i386-regparm.c: New. * gcc.dg/i386-regparm.c: New.
......
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
indicating whether or not TARGET_C99_FUNCTIONS is set, but it does indicating whether or not TARGET_C99_FUNCTIONS is set, but it does
not presently do that.) */ not presently do that.) */
#if defined(__hppa) && defined(__hpux)
/* PA HP-UX doesn't have the entire C99 runtime. */
#else
#if defined(sun) #if defined(sun)
/* Solaris doesn't have the entire C99 runtime. */ /* Solaris doesn't have the entire C99 runtime. */
#else #else
...@@ -27,3 +30,4 @@ ...@@ -27,3 +30,4 @@
#define HAVE_C99_RUNTIME #define HAVE_C99_RUNTIME
#endif #endif
#endif #endif
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment