Re: ARM64 va_list

2014-03-18 Thread Andrew Pinski
On Tue, Mar 18, 2014 at 10:50 AM, Nicholas Robert Kemp wrote: > > > Hi, > I've been porting some software to arm64 and one of their test suites uses > va_list as an argument in their function call and I get an error regarding > that function when I compile. I was just wondering if va_list has

ARM64 va_list

2014-03-18 Thread Nicholas Robert Kemp
Hi, I've been porting some software to arm64 and one of their test suites uses va_list as an argument in their function call and I get an error regarding that function when I compile. I was just wondering if va_list has been ported to arm64 yet. Thanks Nick Kemp