This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: nano printf + powerpc gcc
On 01/29/2018 03:53 PM, Eric Blake wrote:
and then use ap2 (and ONLY ap2) within the body of f2.
Here. I missed that the patch also converted all uses of `ap` inside the
function to use `ap_copy` instead. You could have limited your reply to
this one line :)
Then the patch looks okay to me.
PS. The USE_VA_POINTERS case was showing what the nano printf patch
intended to do - pass either `(va_list *)ap` or `&ap` to the callee -
i.e. to demonstrate the current state in newlib 3.0.0.
Regards,
Alexey.