This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] MIPS/LD/testsuite: No shared library support for mips*-*-elf


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]