Add m32r support.

From-SVN: r13844
This commit is contained in:
Doug Evans 1997-04-07 22:31:52 +00:00
parent c9db96cea0
commit 90e6057ba5
2 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,9 @@
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32))
#include "va-ppc.h"
#else
#ifdef __M32R__
#include "va-m32r.h"
#else
#ifdef __sh__
#include "va-sh.h"
#else
@ -105,6 +108,7 @@ void va_end (__gnuc_va_list); /* Defined in libgcc.a */
#endif /* not mn10300 */
#endif /* not sh */
#endif /* not m32r */
#endif /* not powerpc with V.4 calling sequence */
#endif /* not h8300 */
#endif /* not alpha */

View File

@ -39,6 +39,9 @@
#if defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32))
#include "va-ppc.h"
#else
#ifdef __M32R__
#include "va-m32r.h"
#else
#ifdef __sh__
#include "va-sh.h"
#else
@ -122,6 +125,7 @@ typedef void *__gnuc_va_list;
#endif /* not mn10300 */
#endif /* not sh */
#endif /* not m32r */
#endif /* not powerpc with V.4 calling sequence */
#endif /* not h8300 */
#endif /* not alpha */