klausman    15/01/16 12:42:02

  Added:                libffi-3.2.1-complex_alpha.patch
  Log:
  Update src/alpha/osf.S to match ffi.h
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
CE5D54E8)

Revision  Changes    Path
1.1                  dev-libs/libffi/files/libffi-3.2.1-complex_alpha.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/files/libffi-3.2.1-complex_alpha.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libffi/files/libffi-3.2.1-complex_alpha.patch?rev=1.1&content-type=text/plain

Index: libffi-3.2.1-complex_alpha.patch
===================================================================
--- src/alpha/osf.S.orig        2015-01-16 10:46:15.000000000 +0100
+++ src/alpha/osf.S     2015-01-16 10:46:24.000000000 +0100
@@ -279,6 +279,7 @@
        .gprel32 $load_64       # FFI_TYPE_SINT64
        .gprel32 $load_none     # FFI_TYPE_STRUCT
        .gprel32 $load_64       # FFI_TYPE_POINTER
+       .gprel32 $load_none     # FFI_TYPE_COMPLEX
 
 /* Assert that the table above is in sync with ffi.h.  */
 
@@ -294,7 +295,8 @@
        || FFI_TYPE_SINT64 != 12        \
        || FFI_TYPE_STRUCT != 13        \
        || FFI_TYPE_POINTER != 14       \
-       || FFI_TYPE_LAST != 14
+       || FFI_TYPE_COMPLEX != 15       \
+       || FFI_TYPE_LAST != 15
 #error "osf.S out of sync with ffi.h"
 #endif
 




Reply via email to