public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@gmail.com>
To: binutils@sourceware.org
Subject: Enable shared lib tests for frv, lm32, m32r, microblaze, nds32 and or1k
Date: Wed, 06 Dec 2017 07:26:00 -0000	[thread overview]
Message-ID: <20171206072555.GC13179@bubble.grove.modra.org> (raw)

These claim to support shared libs when configuring for <target>-linux
(in contrast to <target>-elf which doesn't support shared libs).

	* testsuite/lib/ld-lib.exp (check_shared_lib_support): Return true
	for frv, lm32, m32r, microblaze, nds32 and or1k linux targets.

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 179d229..c5f1486 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-12-06  Alan Modra  <amodra@gmail.com>
+
+	* testsuite/lib/ld-lib.exp (check_shared_lib_support): Return true
+	for frv, lm32, m32r, microblaze, nds32 and or1k linux targets.
+
 2017-12-05  Jim Wilson  <jimw@sifive.com>
 	    Andrew Waterman  <andrew@sifive.com>
 
diff --git a/ld/testsuite/lib/ld-lib.exp b/ld/testsuite/lib/ld-lib.exp
index c240410..ecac87f 100644
--- a/ld/testsuite/lib/ld-lib.exp
+++ b/ld/testsuite/lib/ld-lib.exp
@@ -1797,30 +1797,30 @@ proc check_shared_lib_support { } {
 	 && ![istarget dlx-*-*]
 	 && ![istarget epiphany-*-*]
 	 && ![istarget fr30-*-*]
-	 && ![istarget frv-*-*]
+	 && ![istarget frv-*-elf]
 	 && ![istarget ft32-*-*]
 	 && ![istarget h8300-*-*]
 	 && ![istarget i860-*-*]
 	 && ![istarget i960-*-*]
 	 && ![istarget ip2k-*-*]
 	 && ![istarget iq2000-*-*]
-	 && ![istarget lm32-*-*]
+	 && ![istarget lm32-*-elf]
 	 && ![istarget m32c-*-*]
-	 && ![istarget m32r-*-*]
+	 && ![istarget m32r-*-elf]
 	 && ![istarget m6811-*-*]
 	 && ![istarget m6812-*-*]
 	 && ![istarget m68hc1*-*-*]
 	 && ![istarget mcore*-*-*]
 	 && ![istarget mep-*-*]
-	 && ![istarget microblaze-*-*]
+	 && ![istarget microblaze-*-elf]
 	 && ![istarget mips*-*-elf]
 	 && ![istarget mn10200-*-*]
 	 && ![istarget moxie-*-*]
 	 && ![istarget msp430-*-*]
 	 && ![istarget mt-*-*]
-	 && ![istarget nds32*-*-*]
+	 && ![istarget nds32*-*-elf]
 	 && ![istarget nios2-*-elf]
-	 && ![istarget or1k*-*-*]
+	 && ![istarget or1k*-*-elf]
 	 && ![istarget pj-*-*]
 	 && ![istarget pru-*-*]
 	 && ![istarget rl78-*-*]

-- 
Alan Modra
Australia Development Lab, IBM

             reply	other threads:[~2017-12-06  7:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-06  7:26 Alan Modra [this message]
2017-12-06 10:04 ` Nick Clifton
2017-12-07  9:50   ` Alan Modra
2017-12-07 10:37     ` Alan Modra
2017-12-08 10:26       ` Nick Clifton
2017-12-08 18:06     ` Kyrill Tkachov
2017-12-08 22:21       ` Alan Modra

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171206072555.GC13179@bubble.grove.modra.org \
    --to=amodra@gmail.com \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).