• David Mosberger's avatar
    ia64: GCC v3.5 fixes. · 9dcb98f3
    David Mosberger authored
    GCC v3.5 doesn't like it when a function gets cast to a
    function-pointer with a different signature.  In fact, it exterts
    extreme prejudice in this case and replaces the call-site with a call
    to __builtin_trap()!  Fix this by providing appropriately typed
    dummy-functions for the macvec operations as needed.
    
    While at it, also clean up some machvec handlers which weren't used anywhere.
    9dcb98f3
machvec_hpzx1.h 1.38 KB