Call va-alpha.h for Alpha.
From-SVN: r1841
This commit is contained in:
parent
09afda240e
commit
e318a72ac7
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user