OSDN Git Service

* lib/target-supports.exp (check_effective_target_sync_int_long):
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 2010 02:23:31 +0000 (02:23 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 2010 02:23:31 +0000 (02:23 +0000)
Add hppa*-*-linux*.
(check_effective_target_sync_char_short): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163090 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp

index fe4ce63..e8f3744 100644 (file)
@@ -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
index 0db6b44..8385b1e 100644 (file)
@@ -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-*-*]