Call va-alpha.h for Alpha.

From-SVN: r1841
This commit is contained in:
Richard Kenner 1992-08-14 15:35:36 -04:00
parent 09afda240e
commit e318a72ac7
2 changed files with 8 additions and 0 deletions

View File

@ -31,6 +31,9 @@
#ifdef __i960__
#include "va-i960.h"
#else
#ifdef __alpha__
#include "va-alpha.h"
#else
/* Define __gnuc_va_list. */
@ -64,6 +67,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
*((TYPE *) ((char *) (AP) - __va_rounded_size (TYPE))))
#endif /* _STDARG_H */
#endif /* not alpha */
#endif /* not i960 */
#endif /* not sparc */
#endif /* not mips */

View File

@ -31,6 +31,9 @@
#ifdef __i960__
#include "va-i960.h"
#else
#ifdef __alpha__
#include "va-alpha.h"
#else
#ifdef __NeXT__
@ -98,6 +101,7 @@ typedef char * __va___list;
(AP += __va_rounded_size (TYPE), \
*((TYPE *) (AP - __va_rounded_size (TYPE))))
#endif /* not alpha */
#endif /* not i960 */
#endif /* not hppa */
#endif /* not m88k */