mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 06:16:48 +08:00
* gcc.dg/builtins-config.h: Use #elif.
From-SVN: r78506
This commit is contained in:
parent
bddefd4f80
commit
2d5cc60892
@ -1,3 +1,7 @@
|
||||
2004-02-26 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* gcc.dg/builtins-config.h: Use #elif.
|
||||
|
||||
2004-02-26 Michael Matz <matz@suse.de>
|
||||
|
||||
* gcc.dg/20000724-1.c: Add regparm attribute to decl and def.
|
||||
|
@ -11,8 +11,7 @@
|
||||
|
||||
#if defined(__hppa) && defined(__hpux)
|
||||
/* PA HP-UX doesn't have the entire C99 runtime. */
|
||||
#else
|
||||
#if defined(sun)
|
||||
#elif defined(sun)
|
||||
/* Solaris doesn't have the entire C99 runtime. */
|
||||
#else
|
||||
/* Newlib has the "f" variants of the math functions, but not the "l"
|
||||
@ -30,4 +29,3 @@
|
||||
#define HAVE_C99_RUNTIME
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user