diff options
author | Daniel Jacobowitz <drow@false.org> | 2005-05-04 21:21:42 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2005-05-04 21:21:42 +0000 |
commit | c3b69c04b99d51262141583268a1fa3c4f015e04 (patch) | |
tree | 43bff0983565fe740a3d1e9a7a146ce3ad098389 /gdb | |
parent | 8643e2ad0682b958759bbf1bc445496eb45fd1fd (diff) | |
download | gdb-c3b69c04b99d51262141583268a1fa3c4f015e04.zip gdb-c3b69c04b99d51262141583268a1fa3c4f015e04.tar.gz gdb-c3b69c04b99d51262141583268a1fa3c4f015e04.tar.bz2 |
* gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/linux-dp.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 87baff6..abbc023 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-05-04 Daniel Jacobowitz <dan@codesourcery.com> + + * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*. + 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com> * lib/gdb.exp (skip_altivec_tests): New function, based on diff --git a/gdb/testsuite/gdb.threads/linux-dp.exp b/gdb/testsuite/gdb.threads/linux-dp.exp index 0b54d64..7deae8d 100644 --- a/gdb/testsuite/gdb.threads/linux-dp.exp +++ b/gdb/testsuite/gdb.threads/linux-dp.exp @@ -42,7 +42,7 @@ set prms_id 0 set bug_id 0 # This only works with Linux configurations. -if ![istarget *-*-linux-gnu] then { +if ![istarget *-*-linux-gnu*] then { return } |