public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Martin Liška" <mliska@suse.cz>
To: binutils@sourceware.org
Subject: [PATCH] tests: use canonical option name
Date: Wed, 26 Oct 2022 10:47:09 +0200	[thread overview]
Message-ID: <c52dbd16-7e1b-c356-7a92-1ff089564ef7@suse.cz> (raw)

Noticed that while running a test-suite with mold linker:
https://sourceware.org/bugzilla/show_bug.cgi?id=29722

Apparently, it's a legal option value for bfd, but for compatibility issues,
I would like to use the canonical option name.

Ready for master?

Thanks,
Martin

ld/ChangeLog:

	* testsuite/ld-size/size.exp: Use canonical option name.
---
 ld/testsuite/ld-size/size.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/testsuite/ld-size/size.exp b/ld/testsuite/ld-size/size.exp
index 063809b04cb..e15962886cd 100644
--- a/ld/testsuite/ld-size/size.exp
+++ b/ld/testsuite/ld-size/size.exp
@@ -274,7 +274,7 @@ run_ld_link_exec_tests [list \
     ] \
     [list \
 	"Run size-8" \
-	"$NOPIE_LDFLAGS -Wl,--no-as-needed,--hash-styl=gnu,-z,notext \
+	"$NOPIE_LDFLAGS -Wl,--no-as-needed,--hash-style=gnu,-z,notext \
 	 tmpdir/libsize-8.so" \
 	"" \
 	{size-8a.c} \
-- 
2.38.0


             reply	other threads:[~2022-10-26  8:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-26  8:47 Martin Liška [this message]
2022-10-27  1:02 ` 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=c52dbd16-7e1b-c356-7a92-1ff089564ef7@suse.cz \
    --to=mliska@suse.cz \
    --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).