Changeset 5723


Ignore:
Timestamp:
Jan 18, 2007, 3:04:04 AM (18 years ago)
Author:
Gary Byers
Message:

New ftd stuff; new attributes for structure args/results.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/compiler/PPC/PPC64/ppc64-backend.lisp

    r5141 r5723  
    270270               '(:signed-char t
    271271                 :struct-by-value t
     272                 :struct-return-in-registers t
     273                 :struct-return-explicit t
     274                 :struct-by-value-by-field t
    272275                 :prepend-underscores t
    273276                 :bits-per-word  64)
    274277               #+linuxppc-target
    275                '(:bits-per-word  64))))
     278               '(:bits-per-word  64)
     279               :ff-call-expand-function
     280               #+linuxppc-target
     281               'ppc64::linux-expand-ff-call
     282               #+darwinppc-target
     283               'ppc64::darwin-expand-ff-call
     284               )))
    276285    (install-standard-foreign-types ftd)
    277286    (use-interface-dir :libc ftd)
Note: See TracChangeset for help on using the changeset viewer.