public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: [PATCH] elf: Don't set VER_FLG_WEAK
@ 2022-02-01  8:44 Nick Clifton
  0 siblings, 0 replies; 6+ messages in thread
From: Nick Clifton @ 2022-02-01  8:44 UTC (permalink / raw)
  To: H.J. Lu; +Cc: Binutils

Hi H.J.

   Patch approved - please apply.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] elf: Don't set VER_FLG_WEAK
@ 2022-01-26  0:19 H.J. Lu
  2022-01-26  3:07 ` Alan Modra
  0 siblings, 1 reply; 6+ messages in thread
From: H.J. Lu @ 2022-01-26  0:19 UTC (permalink / raw)
  To: binutils

On Solaris, VER_FLG_WEAK indicates a weak version definition with no
symbols associated with it.  It is used to verify the existence of a
particular implementation without any symbol references to the weak
version.  Don't set VER_FLG_WEAK since it is unused in binutils.

	PR ld/28814
	* elflink.c (bfd_elf_size_dynamic_sections): Don't set
	VER_FLG_WEAK.
---
 bfd/elflink.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/bfd/elflink.c b/bfd/elflink.c
index 2677561478d..ffb4506958f 100644
--- a/bfd/elflink.c
+++ b/bfd/elflink.c
@@ -6921,10 +6921,6 @@ bfd_elf_size_dynamic_sections (bfd *output_bfd,
 
 	      def.vd_version = VER_DEF_CURRENT;
 	      def.vd_flags = 0;
-	      if (t->globals.list == NULL
-		  && t->locals.list == NULL
-		  && ! t->used)
-		def.vd_flags |= VER_FLG_WEAK;
 	      def.vd_ndx = t->vernum + (info->create_default_symver ? 2 : 1);
 	      def.vd_cnt = cdeps + 1;
 	      def.vd_hash = bfd_elf_hash (t->name);
-- 
2.34.1


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

end of thread, other threads:[~2022-02-01  8:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01  8:44 [PATCH] elf: Don't set VER_FLG_WEAK Nick Clifton
  -- strict thread matches above, loose matches on Subject: below --
2022-01-26  0:19 H.J. Lu
2022-01-26  3:07 ` Alan Modra
2022-01-26 13:26   ` H.J. Lu
2022-01-31 16:47     ` Florian Weimer
2022-01-31 18:19       ` H.J. Lu

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