From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-40130.protonmail.ch (mail-40130.protonmail.ch [185.70.40.130]) by sourceware.org (Postfix) with ESMTPS id 595863858D1E for ; Tue, 14 Feb 2023 09:45:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 595863858D1E Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=protonmail.com Date: Tue, 14 Feb 2023 09:45:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1676367935; x=1676627135; bh=6I2wOyIU/IjWp+nY5g16oSW5TVqEP+QyO9gvEiKkyWw=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=NJAqaEKRGXISB1pBLaGHJoVVY9lOC4S2LRjGz/Mrn/RkhyHHq1sRMKDH7Wtr+u0KM NoWKYNE+nziqkYWrT/0ReK9KoVfby/XyFmPJ8binVhy9rhhGD/uh2k0xgzgyNATjT2 9YNAGLTzi7Bxde0MRVDGtVUUwUdBSLfB2z66zs6bz0CVSDOn0n/IoRqwD294G4Yc2T QRhnfLKhDQWxcPghzPuBhkDnwfkZR9Qkpkp6CjM86VFwdiWX8O0PnBjTFghZqCNbr4 JAoZPn097YwoSxx8Ksi81sj8oQJaPM5/YU1VlTRG/T2Bqu7l03o5oY+jHdU3ENA/82 5twzqqvGK2bMA== To: Howard Chu From: Marco Frigerio Cc: "binutils@sourceware.org" Subject: Re: usage of the libdep plugin of LD Message-ID: In-Reply-To: <6bafc9bb-f85b-fd21-1185-8c92f84d0313@symas.com> References: <6bafc9bb-f85b-fd21-1185-8c92f84d0313@symas.com> Feedback-ID: 30622938:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-2.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: > Howard Chu wrote: >=20 > > Marco Frigerio via Binutils wrote: > >=20 > > > Hi, > > > Is there a way of making sure that the libdep plugin of LD is used? > >=20 > > Not by default. You need to make sure ld is invoked with "-plugin .../l= ibdep_plugin.so" yourself. Thanks, it works now. I am sorry I was reading an online version of the man page of LD which does= not include the -plugin switch (I guess the page is outdated). (Hopefully a mention to -plugin will also be added to the online docs https= ://sourceware.org/binutils/docs-2.40/ld/Plugins.html)=20 Best, -MF