stdarg.h: Handle the H8/S.
* ginclude/stdarg.h: Handle the H8/S. * ginclude/varargs.h: Likewise. From-SVN: r12409
This commit is contained in:
parent
5a41511952
commit
8343b898b9
@ -35,7 +35,7 @@
|
||||
#ifdef __alpha__
|
||||
#include <va-alpha.h>
|
||||
#else
|
||||
#if defined (__H8300__) || defined (__H8300H__)
|
||||
#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
|
||||
#include <va-h8300.h>
|
||||
#else
|
||||
#if defined (__PPC__) && defined (_CALL_SYSV)
|
||||
|
@ -33,7 +33,7 @@
|
||||
#ifdef __alpha__
|
||||
#include <va-alpha.h>
|
||||
#else
|
||||
#if defined (__H8300__) || defined (__H8300H__)
|
||||
#if defined (__H8300__) || defined (__H8300H__) || defined (__H8300S__)
|
||||
#include <va-h8300.h>
|
||||
#else
|
||||
#if defined (__PPC__) && defined (_CALL_SYSV)
|
||||
|
Loading…
Reference in New Issue
Block a user