Skip to content

Commit

Permalink
linux arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Feb 9, 2021
1 parent d82cd54 commit d1ac0c3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions deps/libffi/config/linux/arm64/ffi.h
Expand Up @@ -197,7 +197,7 @@ FFI_EXTERN ffi_type ffi_type_float;
FFI_EXTERN ffi_type ffi_type_double;
FFI_EXTERN ffi_type ffi_type_pointer;

#if 0
#if 1
FFI_EXTERN ffi_type ffi_type_longdouble;
#else
#define ffi_type_longdouble ffi_type_double
Expand All @@ -206,7 +206,7 @@ FFI_EXTERN ffi_type ffi_type_longdouble;
#ifdef FFI_TARGET_HAS_COMPLEX_TYPE
FFI_EXTERN ffi_type ffi_type_complex_float;
FFI_EXTERN ffi_type ffi_type_complex_double;
#if 0
#if 1
FFI_EXTERN ffi_type ffi_type_complex_longdouble;
#else
#define ffi_type_complex_longdouble ffi_type_complex_double
Expand Down Expand Up @@ -488,7 +488,7 @@ ffi_status ffi_get_struct_offsets (ffi_abi abi, ffi_type *struct_type,
#define FFI_TYPE_INT 1
#define FFI_TYPE_FLOAT 2
#define FFI_TYPE_DOUBLE 3
#if 0
#if 1
#define FFI_TYPE_LONGDOUBLE 4
#else
#define FFI_TYPE_LONGDOUBLE FFI_TYPE_DOUBLE
Expand Down
12 changes: 6 additions & 6 deletions deps/libffi/config/linux/arm64/fficonfig.h
Expand Up @@ -13,7 +13,7 @@
/* #undef C_ALLOCA */

/* Define to the flags needed for the .section .eh_frame directive. */
#define EH_FRAME_FLAGS "aw"
#define EH_FRAME_FLAGS "a"

/* Define this if you want extra debugging. */
/* #undef FFI_DEBUG */
Expand Down Expand Up @@ -41,7 +41,7 @@
#define HAVE_ALLOCA_H 1

/* Define if your assembler supports .cfi_* directives. */
/* #undef HAVE_AS_CFI_PSEUDO_OP */
#define HAVE_AS_CFI_PSEUDO_OP 1

/* Define if your assembler supports .register. */
/* #undef HAVE_AS_REGISTER_PSEUDO_OP */
Expand Down Expand Up @@ -69,7 +69,7 @@
#define HAVE_INTTYPES_H 1

/* Define if you have the long double type and it is bigger than a double */
/* #undef HAVE_LONG_DOUBLE */
#define HAVE_LONG_DOUBLE 1

/* Define if you support more than one size of the long double type */
/* #undef HAVE_LONG_DOUBLE_VARIANT */
Expand All @@ -96,7 +96,7 @@
#define HAVE_MMAP_FILE 1

/* Define if .eh_frame sections should be read-only. */
/* #undef HAVE_RO_EH_FRAME */
#define HAVE_RO_EH_FRAME 1

/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
Expand Down Expand Up @@ -153,7 +153,7 @@
#define SIZEOF_DOUBLE 8

/* The size of `long double', as computed by sizeof. */
#define SIZEOF_LONG_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16

/* The size of `size_t', as computed by sizeof. */
#define SIZEOF_SIZE_T 8
Expand All @@ -170,7 +170,7 @@
#define STDC_HEADERS 1

/* Define if symbols are underscored. */
#define SYMBOL_UNDERSCORE 1
/* #undef SYMBOL_UNDERSCORE */

/* Define this if you are using Purify and want to suppress spurious messages.
*/
Expand Down

0 comments on commit d1ac0c3

Please sign in to comment.