# New Ticket Created by  Adam Thomason 
# Please include the string:  [perl #27753]
# in the subject line of all future correspondence about this issue. 
# <URL: 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 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 gcc preprocessor makes incorrect assumptions about type widths for certain flags 
under ARENA_DOD_FLAGS.  Macro flag values are now explicitly defined as UINTVAL.

All tests now pass on all cores, except the unimplemented JIT.

--
Adam Thomason
[EMAIL PROTECTED]

Attachment: x86_64.patch
Description: Binary data

Reply via email to