public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
From: Alan Modra <amodra@sourceware.org>
To: bfd-cvs@sourceware.org
Subject: [binutils-gdb] Re: LoongArch: ld: Fix bug not generate plt when link a dso
Date: Thu, 25 Aug 2022 04:33:28 +0000 (GMT)	[thread overview]
Message-ID: <20220825043328.50E033853825@sourceware.org> (raw)

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

commit c6e42384f1a1fe678ae947afd3558b5188c3e10e
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Aug 25 09:23:59 2022 +0930

    Re: LoongArch: ld: Fix bug not generate plt when link a dso
    
    Fixes loongarch32-elf  +FAIL: medium jirl plt
    
            * testsuite/ld-loongarch-elf/cmodel.exp: Don't run test when
            no shared library support.

Diff:
---
 ld/testsuite/ld-loongarch-elf/cmodel.exp | 27 +++++++++++++++------------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/ld/testsuite/ld-loongarch-elf/cmodel.exp b/ld/testsuite/ld-loongarch-elf/cmodel.exp
index 7ef972a44e5..bb28d336fd1 100644
--- a/ld/testsuite/ld-loongarch-elf/cmodel.exp
+++ b/ld/testsuite/ld-loongarch-elf/cmodel.exp
@@ -23,15 +23,18 @@ if ![istarget loongarch*-*-*] {
   return
 }
 
-run_ld_link_tests [list \
-		    [list \
-		    "medium jirl plt" \
-		    "-shared" "" \
-		    "" \
-		    {libjirl.s} \
-		    [list \
-			[list objdump -d cmodel-libjirl.dd] \
-		    ] \
-		    "libjirl.so" \
-		    ] \
-		  ]
+if [check_shared_lib_support] {
+    run_ld_link_tests \
+	[list \
+	     [list \
+		  "medium jirl plt" \
+		  "-shared" "" \
+		  "" \
+		  {libjirl.s} \
+		  [list \
+		       [list objdump -d cmodel-libjirl.dd] \
+		  ] \
+		  "libjirl.so" \
+	     ] \
+	]
+}

                 reply	other threads:[~2022-08-25  4:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20220825043328.50E033853825@sourceware.org \
    --to=amodra@sourceware.org \
    --cc=bfd-cvs@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).