Regenerate files
authorAnthony Green <green@moxielogic.com>
Wed, 2 Jan 2013 14:24:55 +0000 (09:24 -0500)
committerAnthony Green <green@moxielogic.com>
Wed, 2 Jan 2013 14:24:55 +0000 (09:24 -0500)
configure
fficonfig.h.in

index 8b8dfe1..c4d1e8d 100755 (executable)
--- a/configure
+++ b/configure
@@ -6898,7 +6898,14 @@ s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           LD="${LD-ld} -m elf_i386"
+           case `/usr/bin/file conftest.o` in
+             *x86-64*)
+                LD="${LD-ld} -m elf32_x86_64"
+                ;;
+             *)
+                LD="${LD-ld} -m elf_i386"
+                ;;
+           esac
            ;;
          ppc64-*linux*|powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
index b54b273..c77585d 100644 (file)
@@ -20,6 +20,9 @@
 /* Cannot use PROT_EXEC on this target, so, we revert to alternative means */
 #undef FFI_EXEC_TRAMPOLINE_TABLE
 
+/* Define this if you want to enable pax emulated trampolines */
+#undef FFI_MMAP_EXEC_EMUTRAMP_PAX
+
 /* Cannot use malloc on this target, so, we revert to alternative means */
 #undef FFI_MMAP_EXEC_WRIT
 
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
+/* Define if symbols are underscored. */
+#undef SYMBOL_UNDERSCORE
+
 /* Define this if you are using Purify and want to suppress spurious messages.
    */
 #undef USING_PURIFY
 # endif
 #endif
 
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+#undef size_t
+
 
 #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
 #ifdef LIBFFI_ASM