From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76859 invoked by alias); 5 Sep 2016 17:24: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 76832 invoked by uid 89); 5 Sep 2016 17:24:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.0 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:263 X-HELO: mx1.redhat.com Message-ID: <1473096238.20286.8.camel@localhost.localdomain> Subject: Re: [PATCH 3/5] Remove sparc sem_wait From: Torvald Riegel To: Adhemerval Zanella Cc: libc-alpha@sourceware.org Date: Mon, 05 Sep 2016 17:24:00 -0000 In-Reply-To: <1471876053-780-3-git-send-email-adhemerval.zanella@linaro.org> References: <1471876053-780-1-git-send-email-adhemerval.zanella@linaro.org> <1471876053-780-3-git-send-email-adhemerval.zanella@linaro.org> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-09/txt/msg00073.txt.bz2 On Mon, 2016-08-22 at 11:27 -0300, Adhemerval Zanella wrote: > This patch removes the sparc32 sem_wait.c implementation since it is > identical to default nptl one. The sparcv9 is no longer required with > the removal. OK.