re PR libffi/64855 (FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_ATTR=* execution test on x86_64-apple-darwin*)

2015-01-29  Jack Howarth  <howarth.at.gcc@gmail.com>

	PR libffi/64855
	* testsuite/lib/libffi.exp: Don't set targetabis on darwin.

From-SVN: r220264
This commit is contained in:
Jack Howarth 2015-01-29 22:09:16 +00:00 committed by Mike Stump
parent 7b33f0c8e6
commit a96d75a42b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-01-29 Jack Howarth <howarth.at.gcc@gmail.com>
PR libffi/64855
* testsuite/lib/libffi.exp: Don't set targetabis on darwin.
2015-01-28 Richard Henderson <rth@redhat.com> 2015-01-28 Richard Henderson <rth@redhat.com>
PR libffi/64779 PR libffi/64779

View File

@ -310,7 +310,7 @@ proc run-many-tests { testcases extra_flags } {
set targetabis { "" } set targetabis { "" }
if [string match $compiler_vendor "gnu"] { if [string match $compiler_vendor "gnu"] {
if { ([istarget "i?86-*-*"] || [istarget "x86_64-*-*"]) if { ([istarget "i?86-*-*"] || [istarget "x86_64-*-*"])
&& [is-effective-target ia32] } { && [is-effective-target ia32] && ![istarget "*-*-darwin*"] } {
set targetabis { set targetabis {
"" ""
"-DABI_NUM=FFI_STDCALL -DABI_ATTR=__STDCALL__" "-DABI_NUM=FFI_STDCALL -DABI_ATTR=__STDCALL__"