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
This commit is contained in:
John David Anglin 2010-08-11 02:23:31 +00:00 committed by John David Anglin
parent e5fbc9bf5f
commit 4d053ac1a9
2 changed files with 8 additions and 0 deletions

View 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

View 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-*-*]