aboutsummaryrefslogtreecommitdiff
path: root/libffi/include
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2000-12-08 19:41:15 +0000
committerAnthony Green <green@gcc.gnu.org>2000-12-08 19:41:15 +0000
commit29fe0479819d1212b18f7e577fb3ebcfad3d4ce5 (patch)
tree144dbd16bc03eddec8cc13570b2b3a4142fa8d6f /libffi/include
parent859230d482f7c3e95b751b228b764622947fee83 (diff)
downloadgcc-29fe0479819d1212b18f7e577fb3ebcfad3d4ce5.zip
gcc-29fe0479819d1212b18f7e577fb3ebcfad3d4ce5.tar.gz
gcc-29fe0479819d1212b18f7e577fb3ebcfad3d4ce5.tar.bz2
libffi closures for Alpha
From-SVN: r38136
Diffstat (limited to 'libffi/include')
-rw-r--r--libffi/include/ffi.h.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/libffi/include/ffi.h.in b/libffi/include/ffi.h.in
index 6be7e23..0d8e707 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