diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2013-05-01 17:22:03 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@linux-mips.org> | 2013-05-01 17:22:03 +0000 |
commit | 23c80bf47b6b9523842cde8f3c9b1b75d15e2300 (patch) | |
tree | 3f79bb911d09f9698d60e65f9d4671e7d5f48360 /ld/testsuite/lib | |
parent | b4d040b1587f567d00a4438d12c70d05f4e0ea1b (diff) | |
download | gdb-23c80bf47b6b9523842cde8f3c9b1b75d15e2300.zip gdb-23c80bf47b6b9523842cde8f3c9b1b75d15e2300.tar.gz gdb-23c80bf47b6b9523842cde8f3c9b1b75d15e2300.tar.bz2 |
* lib/ld-lib.exp (check_shared_lib_support): Also exclude
mips*-*-elf.
Diffstat (limited to 'ld/testsuite/lib')
-rw-r--r-- | ld/testsuite/lib/ld-lib.exp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp index 081f1d9..ffbfd8b 100644 --- a/ld/testsuite/lib/ld-lib.exp +++ b/ld/testsuite/lib/ld-lib.exp @@ -1587,6 +1587,7 @@ proc check_shared_lib_support { } { && ![istarget mcore*-*-*] && ![istarget mep-*-*] && ![istarget microblaze-*-*] + && ![istarget mips*-*-elf] && ![istarget mn10200-*-*] && ![istarget moxie-*-*] && ![istarget msp430-*-*] |