From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS17314 8.43.84.0/22 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 846901F8C6 for ; Thu, 12 Aug 2021 15:37:09 +0000 (UTC) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 1FBE1396D83B for ; Thu, 12 Aug 2021 15:37:08 +0000 (GMT) Received: from esa1.mentor.iphmx.com (esa1.mentor.iphmx.com [68.232.129.153]) by sourceware.org (Postfix) with ESMTPS id 4A68F3853C21 for ; Thu, 12 Aug 2021 15:36:57 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 4A68F3853C21 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: g7/bpIhFqfZBv4tEAQo6zeMr4V4v1ju3pKJJIztrhH83wft4jCzpkgSJmtGRcwsQsJnYuPnF6Z ScgtBUmEbHxElPP/HIxU8K7w9acVRcnfUraPPGp7m1HvYJ3Fed8cYk8FKNpHrk3XkkzNwJOmNt TzPZ+T5KiIiyY61RLmrNwbRS9u4ZF4XThpROzpWhG1WWDD+hDmCkuRD/ukdyaNR07Xvz06BYzJ GzdYEMAdlh3oyhnQtlc45MWSCDjj/WH5UrpYholIpKHBiq5Q1FhQ00cE3RO5BhEUOwNbPsTdkT VRpbKPegbGX3qZh1NFmvPcum X-IronPort-AV: E=Sophos;i="5.84,316,1620720000"; d="scan'208";a="67095586" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa1.mentor.iphmx.com with ESMTP; 12 Aug 2021 07:36:54 -0800 IronPort-SDR: 3zK220ta9im45XJ5Ni1+hrapBw+PCJM9xKlTnmuvK5MoNSi1XoNkSoO+H+QJdDYpMGNtWHDVlJ S6TVu1wbxjtsDCuAjjVY3oTzorLAcDb4qHbsuRT+31ttIfv9ebulXP/zh+wRYxiU5olYtffNNL F699APg29L29Rn5FEWBE/7VBnrLJBz+829zssHfL7LQmCcBePSNLpyuwzSR1/mconfUVYEagMk HIBPq2A46++npg4o3ERph8L+zEtH15pVL1Bl9t/Bo4wIvf04K0JDIEPJET6dlPv3XrK8nIn80y B4k= Date: Thu, 12 Aug 2021 15:36:48 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Fangrui Song Subject: Re: [PATCH] elf: Drop elf/tls-macros.h in favor of __thread and tls_model attributes [BZ #28152] [BZ #28205] In-Reply-To: <20210811221150.mspqnhxlspumgjvg@google.com> Message-ID: References: <20210811213159.1647462-1-maskray@google.com> <20210811221150.mspqnhxlspumgjvg@google.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: SVR-IES-MBX-08.mgc.mentorg.com (139.181.222.8) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) 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: , Cc: libc-alpha@sourceware.org Errors-To: libc-alpha-bounces+e=80x24.org@sourceware.org Sender: "Libc-alpha" On Wed, 11 Aug 2021, Fangrui Song via Libc-alpha wrote: > Thanks for the your comments. Do you have specific suggestion on this > patch? I do not have a specific suggestion on this patch. -- Joseph S. Myers joseph@codesourcery.com