From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa2.mentor.iphmx.com (esa2.mentor.iphmx.com [68.232.141.98]) by sourceware.org (Postfix) with ESMTPS id 28FD2385BF81 for ; Tue, 28 Apr 2020 14:57:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 28FD2385BF81 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=joseph_myers@mentor.com IronPort-SDR: vizd4jLJyMWUf0T5J1q8NQb7tftyfKzahoaAVS0o4R+Y8Nd5+Df6p7NIAHT6DISsyTuRYuF8m6 NHKweXzhsMqaP3DgKx3U9rFYQ8XhA1gkxsZWd4+iMfoqUj3fBxfN/zbQv6hzGsPJSR58QoWVFF Jgg0Y9M71TcmEB/A7gCoyQYqiyyOpne1AG22wk5R85JrRGD7MH4929Hba85qGUfyjXe+Wrq40+ BzwFAqz+mqOxWzTLhCrJJj1D2HfmOLJIyk5RZq+8Jyk+de9cza8dGxwxfR9kd4gRvxKg2k819I 5Iw= X-IronPort-AV: E=Sophos;i="5.73,328,1583222400"; d="scan'208";a="48239786" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa2.mentor.iphmx.com with ESMTP; 28 Apr 2020 06:57:32 -0800 IronPort-SDR: iDckEPejIDistddZ7wq8uUNWLRvTShOYJrK8V7LW14GsSjqEKE+/zWbHYSEdFSHmMm7hvpRuhB 74MwiFDAP8IQ+VLVauKwIsM50Tf9DqOtMHyR7hWw+3Sfq/Cj1PXYeqVzkNg64O6q2SgR4Hklvs qx0Uan256x9XNS+EoEuOmpiuM+26ZhR+yi9OZfR4YM9S/dRIpFScuvYY0G12vyfberJ0GfShkE IBSd2Ll+U1OxEk9Xz1o+PQwK2GsIhz1kicyU7wZBwdldTsZgdLFBMJJiEd6U48WhDPfzMlOaa7 Pi4= Date: Tue, 28 Apr 2020 14:57:27 +0000 From: Joseph Myers X-X-Sender: jsm28@digraph.polyomino.org.uk To: Florian Weimer CC: Subject: Re: [PATCH] misc: Turn sstk into a compat symbol In-Reply-To: <87zhavrj8j.fsf@mid.deneb.enyo.de> Message-ID: References: <87wo61xm8b.fsf@mid.deneb.enyo.de> <87a72vsyvo.fsf@mid.deneb.enyo.de> <87zhavrj8j.fsf@mid.deneb.enyo.de> User-Agent: Alpine 2.21 (DEB 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-01.mgc.mentorg.com (139.181.222.1) X-Spam-Status: No, score=-7.3 required=5.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org 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: Tue, 28 Apr 2020 14:57:43 -0000 On Tue, 28 Apr 2020, Florian Weimer wrote: > Now with the weird typo fixed (sorry). > > 8<------------------------------------------------------------------8< > This change should not have an effect because the system call was > never defined. Also add the misssing attribute_compat_text_section > attribute to the sstk function (a minor optimization). Also update the > NEWS file to document the change. > > Fixes commit 9cc93ba0973ad04ee26c515a1552afb85e73c6ba > ("misc: Turn sstk into a compat symbol"). This version is OK. -- Joseph S. Myers joseph@codesourcery.com