From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 83274 invoked by alias); 12 May 2017 06:21:11 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 82286 invoked by uid 89); 12 May 2017 06:21:11 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:2017051, HContent-Transfer-Encoding:8bit X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com B1DEE37E65 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=fweimer@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com B1DEE37E65 Subject: Re: [PATCH 1/2] Remove the bulk of the NaCl port. To: Zack Weinberg Cc: libc-alpha@sourceware.org, joseph@codesourcery.com, roland@hack.frob.com References: <20170512003750.27215-1-zackw@panix.com> From: Florian Weimer Message-ID: <7ed9c70e-0c49-91db-3ed1-ea9fe2c61ff4@redhat.com> Date: Fri, 12 May 2017 06:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170512003750.27215-1-zackw@panix.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2017-05/txt/msg00370.txt.bz2 On 05/12/2017 02:37 AM, Zack Weinberg wrote: > * NEWS: NaCl port has been removed. > * abi-tags: Remove .*-.*-nacl.* entry. > * sysdeps/arm/nacl: Remove directory and contents. > * sysdeps/nacl: Likewise. We don't reference NEWS updates in the ChangeLog. You could use this: Remove the NaCl port. * abi-tags: Remove .*-.*-nacl.* entry. … > # Please enter the commit message for your changes. Lines starting > # with '#' will be ignored, and an empty message aborts the commit. > # On branch zack/scrap-nacl > # Changes to be committed: Something went wrong there, I think. The removal itself looks okay, assuming that the directory trees are indeed gone after the patch has been applied. I replicated this locally, and there aren't any nacl/ path references left afterwards, so this should not impact any other architecture. Thanks, Florian