aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/testsuite/ChangeLog6
-rw-r--r--gcc/testsuite/lib/target-supports.exp2
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index fe4ce63..e8f3744 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
+2010-08-10 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
+
+ * 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 <yao@codesourcery.com>
* 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 0db6b44..8385b1e 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-*-*]