Skip to content

Commit 959ad1e

Browse files
committed
update fficonfig_arm64_32.h
1 parent bdf54f2 commit 959ad1e

File tree

1 file changed

+10
-48
lines changed

1 file changed

+10
-48
lines changed

Source/include/fficonfig_arm64_32.h

+10-48
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
/* Define if building universal (internal helper macro) */
77
/* #undef AC_APPLE_UNIVERSAL_BUILD */
88

9-
/* Define to 1 if using 'alloca.c'. */
10-
/* #undef C_ALLOCA */
11-
129
/* Define to the flags needed for the .section .eh_frame directive. */
1310
#define EH_FRAME_FLAGS "a"
1411

@@ -34,10 +31,7 @@
3431
/* Define this if you do not want support for aggregate types. */
3532
/* #undef FFI_NO_STRUCTS */
3633

37-
/* Define to 1 if you have 'alloca', as a function or macro. */
38-
#define HAVE_ALLOCA 1
39-
40-
/* Define to 1 if <alloca.h> works. */
34+
/* Define to 1 if you have the <alloca.h> header file. */
4135
#define HAVE_ALLOCA_H 1
4236

4337
/* Define if your assembler supports .cfi_* directives. */
@@ -74,30 +68,12 @@
7468
/* Define if you support more than one size of the long double type */
7569
/* #undef HAVE_LONG_DOUBLE_VARIANT */
7670

77-
/* Define to 1 if you have the `memcpy' function. */
71+
/* Define to 1 if you have the 'memcpy' function. */
7872
#define HAVE_MEMCPY 1
7973

80-
/* Define to 1 if you have the `memfd_create' function. */
74+
/* Define to 1 if you have the 'memfd_create' function. */
8175
/* #undef HAVE_MEMFD_CREATE */
8276

83-
/* Define to 1 if you have the `mkostemp' function. */
84-
#define HAVE_MKOSTEMP 1
85-
86-
/* Define to 1 if you have the `mkstemp' function. */
87-
#define HAVE_MKSTEMP 1
88-
89-
/* Define to 1 if you have the `mmap' function. */
90-
#define HAVE_MMAP 1
91-
92-
/* Define if mmap with MAP_ANON(YMOUS) works. */
93-
#define HAVE_MMAP_ANON 1
94-
95-
/* Define if mmap of /dev/zero works. */
96-
/* #undef HAVE_MMAP_DEV_ZERO */
97-
98-
/* Define if read-only mmap of a plain file works. */
99-
#define HAVE_MMAP_FILE 1
100-
10177
/* Define if your compiler supports pointer authentication. */
10278
/* #undef HAVE_PTRAUTH */
10379

@@ -122,9 +98,6 @@
12298
/* Define to 1 if you have the <sys/memfd.h> header file. */
12399
/* #undef HAVE_SYS_MEMFD_H */
124100

125-
/* Define to 1 if you have the <sys/mman.h> header file. */
126-
#define HAVE_SYS_MMAN_H 1
127-
128101
/* Define to 1 if you have the <sys/stat.h> header file. */
129102
#define HAVE_SYS_STAT_H 1
130103

@@ -150,7 +123,7 @@
150123
#define PACKAGE_NAME "libffi"
151124

152125
/* Define to the full name and version of this package. */
153-
#define PACKAGE_STRING "libffi 3.4.4-experimental"
126+
#define PACKAGE_STRING "libffi 3.4.6"
154127

155128
/* Define to the one symbol short name of this package. */
156129
#define PACKAGE_TARNAME "libffi"
@@ -159,26 +132,18 @@
159132
#define PACKAGE_URL ""
160133

161134
/* Define to the version of this package. */
162-
#define PACKAGE_VERSION "3.4.4-experimental"
135+
#define PACKAGE_VERSION "3.4.6"
163136

164-
/* The size of `double', as computed by sizeof. */
137+
/* The size of 'double', as computed by sizeof. */
165138
#define SIZEOF_DOUBLE 8
166139

167-
/* The size of `long double', as computed by sizeof. */
140+
/* The size of 'long double', as computed by sizeof. */
168141
#define SIZEOF_LONG_DOUBLE 8
169142

170-
/* The size of `size_t', as computed by sizeof. */
143+
/* The size of 'size_t', as computed by sizeof. */
171144
#define SIZEOF_SIZE_T 4
172145

173-
/* If using the C implementation of alloca, define if you know the
174-
direction of stack growth for your system; otherwise it will be
175-
automatically deduced at runtime.
176-
STACK_DIRECTION > 0 => grows toward higher addresses
177-
STACK_DIRECTION < 0 => grows toward lower addresses
178-
STACK_DIRECTION = 0 => direction of growth unknown */
179-
/* #undef STACK_DIRECTION */
180-
181-
/* Define to 1 if all of the C90 standard headers exist (not just the ones
146+
/* Define to 1 if all of the C89 standard headers exist (not just the ones
182147
required in a freestanding environment). This macro is provided for
183148
backward compatibility; new code need not use it. */
184149
#define STDC_HEADERS 1
@@ -191,7 +156,7 @@
191156
/* #undef USING_PURIFY */
192157

193158
/* Version number of package */
194-
#define VERSION "3.4.4-experimental"
159+
#define VERSION "3.4.6"
195160

196161
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
197162
significant byte first (like Motorola and SPARC, unlike Intel). */
@@ -205,9 +170,6 @@
205170
# endif
206171
#endif
207172

208-
/* Define to `unsigned int' if <sys/types.h> does not define. */
209-
/* #undef size_t */
210-
211173

212174
#ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
213175
#ifdef LIBFFI_ASM

0 commit comments

Comments
 (0)