From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 7E1103858C60 for ; Wed, 29 Sep 2021 16:43:30 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7E1103858C60 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com IronPort-SDR: dvD538fqdE0LjmrQB1Vz+6j28QmbJeN+OfrCZxb3sqhyR3CgJ1V5V9/2kRG0QNTHp3jgEGxz34 s1A1rofR2+17Bd1vf89oxo8vfiGh46oHUQwzaNC6w4gkkPnL2m2yV8q8DJn6Na5Ib/mQ8z4r0w c71yZDE76mf36aEeeddvWYAy/cbcupEIv/7s1qFoczGBLYI/KBvspn+Kfk1VX7dWxMinP8UXVx PMoruYP7Ri8Ng9oaZPZJbEjL5tTnkbxL3wqyHRAcdHpB7cm1WI8IrLVllOTT5rqnD3OXgNPrE5 aBfpXUGM19qbbx/nXWpYw63A X-IronPort-AV: E=Sophos;i="5.85,332,1624348800"; d="scan'208";a="66624851" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 29 Sep 2021 08:43:29 -0800 IronPort-SDR: t5Gn/rxBVZBLASD/f5nkd5j8OpqRI5UQcKk3SnZ8KyLhzZz1R0mTd3quDA+eQeanLQdlAXSmy9 Ao+QTSxXJYxJoIVUDHhJrljWUuj8ILUASHU0YZfid4KcLK5f4ZFBDUfhnjGMzDBKmqV5UpccUE LqF0in68kOUX52n87I2xu0GFAiuiLdAVOKeHiBLP0wx1X0GgRoh4js9W1AunLQeWVLi/+r4zF3 GGTsIoo7Z0r1/QuWHx5zRuHTEstPtv/WWwDxsIReZorEhQ6uNySejGnK1DkB7ucrFwIfCjT0cJ TTo= Date: Wed, 29 Sep 2021 16:43:24 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: =?ISO-8859-15?Q?Vivek_Das=A0Mohapatra?= CC: Subject: Re: [RFC][PATCH v13 0/9] Implementation of RTLD_SHARED for dlmopen In-Reply-To: <20210929162642.21985-1-vivek@collabora.com> Message-ID: References: <20210929162642.21985-1-vivek@collabora.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-05.mgc.mentorg.com (139.181.222.5) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-3118.0 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Sep 2021 16:43:31 -0000 On Wed, 29 Sep 2021, Vivek Das Mohapatra via Libc-alpha wrote: > - The following DSOs no longer have the new flag since they are stubs: > {htl,nptl}/libpthread, dlfcn/libdl, login/libutil, resolv/libanl The HTL libpthread implementation hasn't been merged into libc, unlike NPTL. Probably it *should* be, but it hasn't happened yet. (And, thus, on Hurd, libanl hasn't been merged into libc because it depends on libpthread.) On the other hand, librt has been merged into libc on Linux (not Hurd, for the same reason of dependency on libpthread), despite that not being mentioned in the NEWS entry for 2.34. -- Joseph S. Myers joseph@codesourcery.com