From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id CDC563858C56 for ; Thu, 13 Oct 2022 12:03:39 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org CDC563858C56 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 122F11FA07; Thu, 13 Oct 2022 12:03:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1665662619; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6VISe1eW62q1TjGOtseazl0ufMMHSSYzjNda/1ixlp4=; b=wGNhA+2cx+rTCzj0UcVl3ej1n1odw6/rMGpDoCtYFLbaQ+gZmUIJnnnQWQz+edQwmmZtIu 7d4SL+iprEWRWmJC+Wn/rglAD/SMMPk7UIwc28Ua9URL6PIdoHX+pXMoMa0gfaMh1w7PvD yoRN7pWmI0kPfgHrJznqMloVtj0fSx4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1665662619; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=6VISe1eW62q1TjGOtseazl0ufMMHSSYzjNda/1ixlp4=; b=yGB4SiyTWNZxChoFt1d40d/YWg5JS1q5x49onKGWYRcsBkdzJRfB++/PW3feNCIEogzLBD 8JafPKR3bo8OhxBA== Received: from hawking.suse.de (unknown [10.168.4.11]) by relay2.suse.de (Postfix) with ESMTP id 090FB2C141; Thu, 13 Oct 2022 12:03:39 +0000 (UTC) Received: by hawking.suse.de (Postfix, from userid 17005) id AB6004407B9; Thu, 13 Oct 2022 14:03:38 +0200 (CEST) From: Andreas Schwab To: Florian Weimer via Libc-alpha Cc: Florian Weimer Subject: Re: [PATCH] elf: Introduce to _dl_call_fini References: <87zge0x8fr.fsf@oldenburg.str.redhat.com> X-Yow: ..Everything is....FLIPPING AROUND!! Date: Thu, 13 Oct 2022 14:03:38 +0200 In-Reply-To: <87zge0x8fr.fsf@oldenburg.str.redhat.com> (Florian Weimer via Libc-alpha's message of "Thu, 13 Oct 2022 13:35:36 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-3.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,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: On Okt 13 2022, Florian Weimer via Libc-alpha wrote: > This consolidates the destructor invocations from _dl_fini and > dlclose. Remove the micro-optimization that avoids > calling _dl_call_fini if they are no destructors (as dlclose is quite > expensive anyway). This also changes whether to print the debug message. > @@ -53,6 +53,7 @@ routines = \ > # profiled libraries. > dl-routines = \ > dl-call-libc-early-init \ > + dl-call_fini \ Convention is to use dashes in file names. -- Andreas Schwab, SUSE Labs, schwab@suse.de GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7 "And now for something completely different."