This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the EGCS project.
Re: va_list: mn10200
- To: Richard Henderson <rth@cygnus.com>
- Subject: Re: va_list: mn10200
- From: Jeffrey A Law <law@cygnus.com>
- Date: Wed, 28 Jul 1999 03:14:42 -0600
- cc: gcc-patches@gcc.gnu.org
- Reply-To: law@cygnus.com
In message <19990728013603.A13156@cygnus.com>you write:
> Nothing tricky here. I didn't build the whole toolchain
> so I could test on the simulator.
>
>
> r~
>
>
>
> * mn10200.c (mn10200_va_arg): New.
> * mn10200.h (EXPAND_BUILTIN_VA_ARG): New.
Looks good to me. The only vaguely interesting thing about this target is
it's 24bit wide registers :-) va_arg & friends were very simple and
straightforward.
I generally do a test of the mn102 and mn103 each time I do a merge from
the egcs/gcc sources into Cygnus's internal tree. So if something's wrong
I'll find it then.
jeff