archives and plugin target

Alan Modra amodra@gmail.com
Thu Aug 14 22:52:23 GMT 2025


On Thu, Aug 14, 2025 at 11:05:14PM +0930, Alan Modra wrote:
> This patch removes archive support entirely from the plugin target.

It needs this for completeness.

diff --git a/bfd/plugin.c b/bfd/plugin.c
index d052455fd4e..2be384d8ef5 100644
--- a/bfd/plugin.c
+++ b/bfd/plugin.c
@@ -1014,7 +1014,7 @@ const bfd_target plugin_vec =
   {				/* bfd_write_contents.  */
     _bfd_bool_bfd_false_error,
     _bfd_bool_bfd_false_error,
-    _bfd_write_archive_contents,
+    _bfd_bool_bfd_false_error,
     _bfd_bool_bfd_false_error,
   },
 

-- 
Alan Modra


More information about the Binutils mailing list