This is the mail archive of the binutils-cvs@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]

[binutils-gdb] LD/testsuite: Fix `ft32-*-*' position in `check_shared_lib_support'


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c4107a7def0ea68cb3177ca97a09a5cbef48f8fb

commit c4107a7def0ea68cb3177ca97a09a5cbef48f8fb
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu May 19 11:19:04 2016 +0100

    LD/testsuite: Fix `ft32-*-*' position in `check_shared_lib_support'
    
    	ld/
    	* testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
    	`ft32-*-*' behind `frv-*-*'.

Diff:
---
 ld/ChangeLog                | 5 +++++
 ld/testsuite/lib/ld-lib.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 22f833b..8b92bc0 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,10 @@
 2016-05-19  Maciej W. Rozycki  <macro@imgtec.com>
 
+	* testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
+	`ft32-*-*' behind `frv-*-*'.
+
+2016-05-19  Maciej W. Rozycki  <macro@imgtec.com>
+
 	* configure.tgt: Remove `am34-*-linux*' support.
 
 2016-05-19  Alan Modra  <amodra@gmail.com>
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
index 07ed747..f0a3fcc 100644
--- a/ld/testsuite/lib/ld-lib.exp
+++ b/ld/testsuite/lib/ld-lib.exp
@@ -1719,8 +1719,8 @@ proc check_shared_lib_support { } {
 	 && ![istarget dlx-*-*]
 	 && ![istarget epiphany-*-*]
 	 && ![istarget fr30-*-*]
-	 && ![istarget ft32-*-*]
 	 && ![istarget frv-*-*]
+	 && ![istarget ft32-*-*]
 	 && ![istarget h8300-*-*]
 	 && ![istarget i860-*-*]
 	 && ![istarget i960-*-*]


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