On Sat, Nov 23, 2013 at 06:38:31PM -0800, Ian Lance Taylor wrote:
> Reportedly in the new PPC ELF v2 ABI calls to varargs functions act
> differently from calls to normal functions.
Thanks for taking an interest in ELFv2 Ian! If you mean by "act
differently" that arguments are passed differently,
Reportedly in the new PPC ELF v2 ABI calls to varargs functions act
differently from calls to normal functions. The Go compiler can call C
functions directly using //extern comments, but it can't represent a C
varargs function. Rather than extend the compiler, this patch changes
the library so th