[PATCH] MIPS/LD/testsuite: No shared library support for mips*-*-elf
Maciej W. Rozycki
macro@codesourcery.com
Mon Apr 29 16:24:00 GMT 2013
Hi,
Here's a fix to mark mips*-*-elf targets as ones that do not support
shared libraries either. These are bare-iron targets. OK to apply?
I wonder why *-*-irix* is on the list though, that looks wrong.
2013-04-29 Maciej W. Rozycki <macro@codesourcery.com>
ld/testsuite/
* lib/ld-lib.exp (check_shared_lib_support): Also exclude
mips*-*-elf.
Maciej
binutils-mips-elf-ld-test-shared.diff
Index: binutils-fsf-trunk-quilt/ld/testsuite/lib/ld-lib.exp
===================================================================
--- binutils-fsf-trunk-quilt.orig/ld/testsuite/lib/ld-lib.exp 2013-04-23 18:26:05.000000000 +0100
+++ binutils-fsf-trunk-quilt/ld/testsuite/lib/ld-lib.exp 2013-04-27 02:57:47.702916871 +0100
@@ -1587,6 +1587,7 @@ proc check_shared_lib_support { } {
&& ![istarget mcore*-*-*]
&& ![istarget mep-*-*]
&& ![istarget microblaze-*-*]
+ && ![istarget mips*-*-elf]
&& ![istarget mn10200-*-*]
&& ![istarget moxie-*-*]
&& ![istarget msp430-*-*]
More information about the Binutils
mailing list