From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x143.google.com (mail-il1-x143.google.com [IPv6:2607:f8b0:4864:20::143]) by sourceware.org (Postfix) with ESMTPS id 46FD83857C5B for ; Tue, 15 Dec 2020 20:22:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 46FD83857C5B Received: by mail-il1-x143.google.com with SMTP id 75so8426556ilv.13 for ; Tue, 15 Dec 2020 12:22:21 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=MawyPYedCPe/LzmBrhSe187Qxps84d+2z0XfosAzb8Q=; b=p92BL47bbWGOtZ0Isk16nONEScj5R8IwrGesKdQYiDfjn5NHZHmkyjPDDjYNBqkiFD 0SQ6XvClH5AxiL0zwKv6HmpNij6UNHAA0SWiBR5qlYUdyADAhgje8OvjUgwLKPyEHzdN 4ar/jp+4vewJESHmVENYxY7Bx0+O0Xy6GKHj3ASNYG8F+Dmy9v3MXqUGuCWrarAMF7uc PEw3iWFL9pGef0Nqt5trfZDxXQbgXoDvv1zp//pS4vD1oCsBT2VBsWTJXMc6criFuxOy KZ+tUaZfT3Fiqng0oe1EJrUQugj8L69CZzWCVhM+q30jvxLvzH8P7vEUa9llGrVDooIp pJVw== X-Gm-Message-State: AOAM532TDltCiequMhKHwr48GLZc7oJQHIDfiFFHe6qYfxSSP0t90WkS ugHoOoHoz4TxINmSeVw7rU/3O/vSVcXdz1TNja0= X-Google-Smtp-Source: ABdhPJxP0Gs11eL2ZUA124jqZa5p0JmyS27QZzvHaWYzGz8QQqiWlJpRxQQykf99m8yoqyh6RDnF82p1DqPxqKNxtVE= X-Received: by 2002:a92:98db:: with SMTP id a88mr42441777ill.106.1608063740682; Tue, 15 Dec 2020 12:22:20 -0800 (PST) MIME-Version: 1.0 References: <53b8973b-40a4-2550-3307-66d7f13707d5@symas.com> <9889c54b-4dd3-2275-6621-c2391cfd268d@redhat.com> <31f9062e-175d-06e9-695a-797c7ee11420@symas.com> <58620dc1-3bb9-aaae-b476-ebb613ecb627@redhat.com> <1aaf4429-074c-7912-e6e6-4d2f82d6ef10@redhat.com> <7b118db2-9502-c45e-9f47-6b6f6a5f9646@symas.com> <7dba4046-3d50-c7e6-915d-08bf590bf057@redhat.com> <7b124cd4-529b-0069-3044-9d733a4e4e5c@symas.com> <20ad87a3-283d-7e49-9c2e-ed13001f6c87@symas.com> <70139665-0b8c-63dc-3a9d-b24a25bd8122@redhat.com> <2475d2a6-c63e-6dac-0f56-fa9acb6f20de@symas.com> <0e9925e6-512b-0ed6-8846-a86a40fb0a47@redhat.com> <3bfc2ea0-d49d-a194-18e0-57c007fd3746@redhat.com> In-Reply-To: <3bfc2ea0-d49d-a194-18e0-57c007fd3746@redhat.com> From: Cary Coutant Date: Tue, 15 Dec 2020 12:22:09 -0800 Message-ID: Subject: Re: [PATCH] dependency list for static libraries To: Nick Clifton Cc: Jeff Law , Jim Wilson , Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Dec 2020 20:22:22 -0000 > Would one or both of you mind trying out the attached patch ? > > I think that it should work, although I am not sure if it ought > to be extended so that the all_symbols_read and cleanup plugin > functions are actually called. Why not just make the new plugin disable itself if the host tool doesn't provide the all_symbols_read entry point? -cary