diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-04-25 19:44:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2011-04-25 19:44:48 +0000 |
commit | 328db4501ef4e87dd8f50209a9d1eeb8f77ff783 (patch) | |
tree | c35927c15c8ee59bc9756ef026b75292edabd68f /gcc | |
parent | eb864be48fc4aadf84956cc3f48f0209429443e0 (diff) | |
download | gcc-328db4501ef4e87dd8f50209a9d1eeb8f77ff783.zip gcc-328db4501ef4e87dd8f50209a9d1eeb8f77ff783.tar.gz gcc-328db4501ef4e87dd8f50209a9d1eeb8f77ff783.tar.bz2 |
* go.test/go-test.exp (go-set-goarch): Accept mips*-*-*.
From-SVN: r172937
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/go.test/go-test.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 0ec9b20..1f6640c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-04-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> + + * go.test/go-test.exp (go-set-goarch): Accept mips*-*-*. + 2011-04-24 Jakub Jelinek <jakub@redhat.com> PR preprocessor/48740 diff --git a/gcc/testsuite/go.test/go-test.exp b/gcc/testsuite/go.test/go-test.exp index cb294fa..f0285a2 100644 --- a/gcc/testsuite/go.test/go-test.exp +++ b/gcc/testsuite/go.test/go-test.exp @@ -140,7 +140,7 @@ proc go-set-goarch { } { set goarch "amd64" } } - "mips-*-*" { + "mips*-*-*" { if [check_no_compiler_messages mipso32 assembly { #if _MIPS_SIM != _ABIO32 #error FOO |