stormy16.c (xstormy16_expand_builtin_va_arg): Fix to handle arguments for which MUST_...
authorDJ Delorie <dj@redhat.com>
Fri, 9 May 2003 00:00:44 +0000 (20:00 -0400)
committerDJ Delorie <dj@gcc.gnu.org>
Fri, 9 May 2003 00:00:44 +0000 (20:00 -0400)
commit06d22853477dd010d801b6ccceba458e63288524
tree162256d5b68437f9aea7c4844dbcec0b7cccc899
parent001db0e0799bbbe3fde805f8c8fdef9dff542d94
stormy16.c (xstormy16_expand_builtin_va_arg): Fix to handle arguments for which MUST_PASS_IN_STACK is true (e.g....

* config/stormy16/stormy16.c (xstormy16_expand_builtin_va_arg): Fix
to handle arguments for which MUST_PASS_IN_STACK is true (e.g.,
variable-sized types).
(xstormy16_function_arg): New.  Pass them that way too.
* config/stormy16/stormy16-protos.h (xstormy16_function_arg): New.
* config/stormy16/stormy16.h (FUNCTION_ARG): Call it.

From-SVN: r66619
gcc/ChangeLog
gcc/config/stormy16/stormy16-protos.h
gcc/config/stormy16/stormy16.c
gcc/config/stormy16/stormy16.h