aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/testsuite/lib/ld-lib.exp2
2 files changed, 6 insertions, 1 deletions
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-*-*]