From fdf0412881fccb8949a563931488d09b1b0e3d63 Mon Sep 17 00:00:00 2001 From: green Date: Fri, 8 Dec 2000 19:41:15 +0000 Subject: libffi closures for Alpha git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38136 138bc75d-0d04-0410-961f-82ee72b054a4 --- libffi/include/ffi.h.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'libffi/include/ffi.h.in') diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in index 6be7e23c727..0d8e70788c9 100644 --- a/libffi/include/ffi.h.in +++ b/libffi/include/ffi.h.in @@ -1,7 +1,7 @@ /* -----------------------------------------------------------------*-C-*- libffi @VERSION@ - Copyright (c) 1996-1999 Cygnus Solutions - $Id: ffi.h.in,v 1.4 2000/02/25 19:13:44 tromey Exp $ + $Id: ffi.h.in,v 1.5 2000/04/17 02:15:31 green Exp $ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the @@ -368,6 +368,12 @@ struct ffi_ia64_trampoline_struct { }; #define FFI_NATIVE_RAW_API 0 +#elif defined(ALPHA) + +#define FFI_CLOSURES 1 +#define FFI_TRAMPOLINE_SIZE 24 +#define FFI_NATIVE_RAW_API 0 + #else #define FFI_CLOSURES 0 -- cgit v1.2.1