Re: libgo patch committed: Only call varargs from C

2013-11-26 Thread Alan Modra
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,

libgo patch committed: Only call varargs from C

2013-11-23 Thread Ian Lance Taylor
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