From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.120]) by sourceware.org (Postfix) with ESMTP id 70F503971C75 for ; Tue, 15 Sep 2020 12:37:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 70F503971C75 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-485-91rNaghaN-SxpTxSGIM7cw-1; Tue, 15 Sep 2020 08:37:08 -0400 X-MC-Unique: 91rNaghaN-SxpTxSGIM7cw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 59BDF1882FA0; Tue, 15 Sep 2020 12:37:07 +0000 (UTC) Received: from oldenburg2.str.redhat.com (ovpn-113-142.rdu2.redhat.com [10.10.113.142]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 64A917B7B2; Tue, 15 Sep 2020 12:37:06 +0000 (UTC) From: Florian Weimer To: Jozef Lawrynowicz Cc: gnu-gabi@sourceware.org Subject: Re: [RFC] SHF_GNU_RETAIN ELF Section Flag References: <20200915120632.bs36vkrbvmsoyvnu@jozef-acer-manjaro> <877dsvjl71.fsf@oldenburg2.str.redhat.com> <20200915123155.xpow3oxpzycsq3ie@jozef-acer-manjaro> Date: Tue, 15 Sep 2020 14:37:04 +0200 In-Reply-To: <20200915123155.xpow3oxpzycsq3ie@jozef-acer-manjaro> (Jozef Lawrynowicz's message of "Tue, 15 Sep 2020 13:31:55 +0100") Message-ID: <87v9gfi5cf.fsf@oldenburg2.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-Spam-Status: No, score=-8.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2, 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: gnu-gabi@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gnu-gabi mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Sep 2020 12:37:17 -0000 * Jozef Lawrynowicz: > On Tue, Sep 15, 2020 at 02:09:22PM +0200, Florian Weimer wrote: >> * Jozef Lawrynowicz: >> >> > I'd like to propose a new ELF section flag, SHF_GNU_RETAIN, for addition >> > to the GNU gABI. >> > >> > This flag instructs the linker to "retain" the section in the output >> > file, even if garbage collection would remove it because it appears >> > unused. >> >> How does this flag interaction with libraries (.a files)? > > If a section in a library has SHF_GNU_RETAIN set, and that library gets > searched by the linker for some undefined symbol, then the > SHF_GNU_RETAIN section will also be pulled into the program, and > retained in the linked output file. Sorry, that's not quite what I meant. What happens if the .o file with SHF_GNU_RETAIN in an .a library is not otherwise referenced and thus never loaded by the link editor? How would the link editor realize that it is even there? Thanks, Florian -- Red Hat GmbH, https://de.redhat.com/ , Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243, Managing Directors: Charles Cachera, Brian Klemm, Laurie Krebs, Michael O'Neill