This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: va_list: m32r
- To: rth at cygnus dot com
- Subject: Re: va_list: m32r
- From: Nick Clifton <nickc at cygnus dot com>
- Date: Tue, 27 Jul 1999 09:47:06 +0100
- CC: gcc-patches at gcc dot gnu dot org, meissner at cygnus dot com
Hi Richard,
: * m32r.c (m32r_setup_incoming_varargs): Use get_varargs_alias_set
: for the register spill block.
: (m32r_va_arg): New.
: * m32r.h (EXPAND_BUILTIN_VA_ARG): New.
: (EXPAND_BUILTIN_SAVEREGS): Delete #if 0 code.
:
: * m32r.h (INT8_P): Don't short-cut test with (unsigned).
: (INT16_P, CMP_INT16_P, UINT16_P): Likewise.
: (UPPER16_P, UINT24_P, INT32_P, UINT5_P): Likewise.
This is great Richard. Thanks for doing it.
Please check it in.
Cheers
Nick