From: John David Anglin Date: Wed, 11 Aug 2010 02:23:31 +0000 (+0000) Subject: target-supports.exp (check_effective_target_sync_int_long): Add hppa*-*-linux*. X-Git-Tag: releases/gcc-4.6.0~5116 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4d053ac1a9b71b8b55184460b8dd225e8df1ec77;p=thirdparty%2Fgcc.git target-supports.exp (check_effective_target_sync_int_long): Add hppa*-*-linux*. * lib/target-supports.exp (check_effective_target_sync_int_long): Add hppa*-*-linux*. (check_effective_target_sync_char_short): Likewise. From-SVN: r163090 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index fe4ce63e71bd..e8f37443a453 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2010-08-10 John David Anglin + + * lib/target-supports.exp (check_effective_target_sync_int_long): + Add hppa*-*-linux*. + (check_effective_target_sync_char_short): Likewise. + 2010-08-10 Yao Qi * gcc.dg/builtin-stringop-chk-1.c: Change ARM triplet to a more diff --git a/gcc/testsuite/lib/target-supports.exp b/gcc/testsuite/lib/target-supports.exp index 0db6b446f649..8385b1efc494 100644 --- a/gcc/testsuite/lib/target-supports.exp +++ b/gcc/testsuite/lib/target-supports.exp @@ -3002,6 +3002,7 @@ proc check_effective_target_sync_int_long { } { || [istarget alpha*-*-*] || [istarget arm*-*-linux-gnueabi] || [istarget bfin*-*linux*] + || [istarget hppa*-*linux*] || [istarget s390*-*-*] || [istarget powerpc*-*-*] || [istarget sparc64-*-*] @@ -3031,6 +3032,7 @@ proc check_effective_target_sync_char_short { } { || [istarget x86_64-*-*] || [istarget alpha*-*-*] || [istarget arm*-*-linux-gnueabi] + || [istarget hppa*-*linux*] || [istarget s390*-*-*] || [istarget powerpc*-*-*] || [istarget sparc64-*-*]