public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] tests: use canonical option name
@ 2022-10-26  8:47 Martin Liška
  2022-10-27  1:02 ` Alan Modra
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Liška @ 2022-10-26  8:47 UTC (permalink / raw)
  To: binutils

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tests: use canonical option name
  2022-10-26  8:47 [PATCH] tests: use canonical option name Martin Liška
@ 2022-10-27  1:02 ` Alan Modra
  0 siblings, 0 replies; 2+ messages in thread
From: Alan Modra @ 2022-10-27  1:02 UTC (permalink / raw)
  To: Martin Liška; +Cc: binutils

On Wed, Oct 26, 2022 at 10:47:09AM +0200, Martin Liška wrote:
> 	* testsuite/ld-size/size.exp: Use canonical option name.

OK.

-- 
Alan Modra
Australia Development Lab, IBM

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-27  1:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-26  8:47 [PATCH] tests: use canonical option name Martin Liška
2022-10-27  1:02 ` Alan Modra

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).