diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2010-08-11 02:23:31 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2010-08-11 02:23:31 +0000 |
commit | 4d053ac1a9b71b8b55184460b8dd225e8df1ec77 (patch) | |
tree | 137b1f4357915681cef2d27824af6971e50728cf /gcc | |
parent | e5fbc9bf5fbde8066d6b1be935a0e5663808f8eb (diff) | |
download | gcc-4d053ac1a9b71b8b55184460b8dd225e8df1ec77.zip gcc-4d053ac1a9b71b8b55184460b8dd225e8df1ec77.tar.gz gcc-4d053ac1a9b71b8b55184460b8dd225e8df1ec77.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/testsuite/lib/target-supports.exp | 2 |
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-*-*] |