This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] s390: support for builtin atomics
- From: Adrian Straetling <straetling at de dot ibm dot com>
- To: Richard Henderson <rth at redhat dot com>, Ulrich dot Weigand at de dot ibm dot com, gcc-patches at gcc dot gnu dot org
- Date: Tue, 7 Jun 2005 20:56:34 +0200
- Subject: Re: [patch] s390: support for builtin atomics
- References: <20050607103600.GA22137@de.ibm.com> <20050607170525.GA27034@redhat.com>
On Tue, Jun 07, 2005 at 10:05:25AM -0700, Richard Henderson wrote:
> You should modify gcc/testsuite/lib/target-supports.exp,
> check_effective_target_sync_int_long to add s390.
>
Thanks for this hint. This patch adds s390 and s390x.
Bye,
Adrian
2005-06-07 Adrian Straetling <straetling@de.ibm.com>
* testsuite/lib/target-supports.exp:
(check_effective_target_sync_int_long): Add s390 and s390x.
Index: gcc/testsuite/lib/target-supports.exp
===================================================================
*** gcc/testsuite/lib/target-supports.exp.orig 2005-06-06 13:57:28.000000000 +0200
--- gcc/testsuite/lib/target-supports.exp 2005-06-07 19:57:20.835026268 +0200
*************** proc check_effective_target_sync_int_lon
*** 1003,1008 ****
--- 1003,1009 ----
|| [istarget i?86-*-*]
|| [istarget x86_64-*-*]
|| [istarget alpha*-*-*]
+ || [istarget s390*-*-*]
|| [istarget powerpc*-*-*] } {
set et_sync_int_long_saved 1
}