From 4d053ac1a9b71b8b55184460b8dd225e8df1ec77 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 11 Aug 2010 02:23:31 +0000 Subject: [PATCH] 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 --- gcc/testsuite/ChangeLog | 6 ++++++ gcc/testsuite/lib/target-supports.exp | 2 ++ 2 files changed, 8 insertions(+) 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-*-*] -- 2.47.2