Re: [perl #27753] [PATCH] x86_64 fixes

2004-03-18 Thread Dan Sugalski
At 7:16 PM -0800 3/18/04, Adam Thomason (via RT) wrote: Attached patched fixes up the following issues for x86_64: - Like PPC, x86_64 has a convoluted varargs convention that disallows taking the address of a va_list. Solution is just to do what PPC does, use va_list instead of va_list*. - The

[perl #27753] [PATCH] x86_64 fixes

2004-03-18 Thread via RT
# New Ticket Created by Adam Thomason # Please include the string: [perl #27753] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=27753 > Attached patched fixes up the following issues for x86_64: - Like PPC, x86_64 has a