On Tue, Aug 04, 2015 at 03:04:58PM -0400, Jung-uk Kim wrote:
> Done.  I was not really interested in API compatibility.  FYI, "Figure
> 3.34: va_list Type Declaration" defines the structure like this:
> 
>       typedef struct {
>               unsigned int gp_offset;
>               unsigned int fp_offset;
>               void *overflow_arg_area;
>               void *reg_save_area;
>       } va_list[1];

Thank you for the pointer. I read this long time ago as an optional
advice for the possible implementation and not as the ABI requirement,
so I forgot about it.
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to