]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR libffi/64855 (FAIL: libffi.call/* -W -Wall -Wno-psabi -O0 -DABI_NUM=* -DABI_AT...
authorJack Howarth <howarth.at.gcc@gmail.com>
Thu, 29 Jan 2015 22:09:16 +0000 (22:09 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Thu, 29 Jan 2015 22:09:16 +0000 (22:09 +0000)
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

libffi/ChangeLog
libffi/testsuite/lib/libffi.exp

index 851c0c6bdf4ea3e3b889e78f9b65c94ec7264695..47503d449e6c9f8b165378f7177ddf3742537e26 100644 (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>
 
        PR libffi/64779
index d8d6ce7d77e8e160607c3ed82d7c1d46a91faa43..049b66d0d58b4f99b28441787f0ba5d8ec896cdc 100644 (file)
@@ -310,7 +310,7 @@ proc run-many-tests { testcases extra_flags } {
     set targetabis { "" }
     if [string match $compiler_vendor "gnu"] {
         if { ([istarget "i?86-*-*"] || [istarget "x86_64-*-*"])
-            && [is-effective-target ia32] } {
+            && [is-effective-target ia32] && ![istarget "*-*-darwin*"] } {
             set targetabis {
                 ""
                 "-DABI_NUM=FFI_STDCALL -DABI_ATTR=__STDCALL__"