From 1cde303dc7c9f6c64d2331983add3f0d1159b925 Mon Sep 17 00:00:00 2001 From: davek Date: Fri, 22 May 2009 16:22:53 +0000 Subject: * configure.ac: Also check if assembler supports pc-relative relocs on X86_WIN32 targets. * configure: Regenerate. * src/x86/win32.S (ffi_prep_args): Declare extern, not global. (_ffi_call_SYSV): Add missing function type symbol .def and add EH markup labels. (_ffi_call_STDCALL): Likewise. (_ffi_closure_SYSV): Likewise. (_ffi_closure_raw_SYSV): Likewise. (.eh_frame): Add hand-crafted EH data. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147800 138bc75d-0d04-0410-961f-82ee72b054a4 --- libffi/configure | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'libffi/configure') diff --git a/libffi/configure b/libffi/configure index a1ec40bfe72..4141f3a6f46 100755 --- a/libffi/configure +++ b/libffi/configure @@ -13263,7 +13263,7 @@ _ACEOF fi fi -if test x$TARGET = xX86 || test x$TARGET = xX86_64; then +if test x$TARGET = xX86 || test x$TARGET = xX86_WIN32 || test x$TARGET = xX86_64; then echo "$as_me:$LINENO: checking assembler supports pc related relocs" >&5 echo $ECHO_N "checking assembler supports pc related relocs... $ECHO_C" >&6 if test "${libffi_cv_as_x86_pcrel+set}" = set; then @@ -14175,6 +14175,9 @@ ac_configure_args="${multilib_arg} ${ac_configure_args}" multi_basedir="$multi_basedir" CONFIG_SHELL=${CONFIG_SHELL-/bin/sh} CC="$CC" +CXX="$CXX" +GFORTRAN="$GFORTRAN" +GCJ="$GCJ" AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" -- cgit v1.2.1