From patchwork Wed May 14 19:58:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 918 Return-Path: X-Original-To: siddhesh@wilcox.dreamhost.com Delivered-To: siddhesh@wilcox.dreamhost.com Received: from homiemail-mx20.g.dreamhost.com (mx2.sub5.homie.mail.dreamhost.com [208.113.200.128]) by wilcox.dreamhost.com (Postfix) with ESMTP id A99F5360076 for ; Wed, 14 May 2014 12:58:43 -0700 (PDT) Received: by homiemail-mx20.g.dreamhost.com (Postfix, from userid 14307373) id 5755F4191CCB2; Wed, 14 May 2014 12:58:43 -0700 (PDT) X-Original-To: glibc@patchwork.siddhesh.in Delivered-To: x14307373@homiemail-mx20.g.dreamhost.com Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by homiemail-mx20.g.dreamhost.com (Postfix) with ESMTPS id 326184191CC81 for ; Wed, 14 May 2014 12:58:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; q= dns; s=default; b=IoKtFUMmDppt5mbm7FciACqAIzIbuFn2dMEf9z41d2gd5t avO3oDfczdV4F5wF+BwuskXaau+HPB/RiAL0t22PUkIEKdmMiuFWf/TTRfOPsU4k YEr9tStRP296BvvEk3HV3+zWSI3ZOOt3f7N3xq448h4PzXuOhhe0LQ5nAIMmI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:content-type :content-transfer-encoding:from:to:subject:message-id:date; s= default; bh=1etpPoSPCW0CchQJc/i+1c7IoCQ=; b=pOJwSCFfppDif1juNVDz 7kIF/sR7ciEnlckTlH2FWneokQrbVJ3fyP7ANFBcPXcqEswwrPaAZNYAR/wNk0M1 L7yxMZegUemCFcwN3L9Lm/gy2oAoLlk9upRzK0UZT4XzqsvwC/AuBQ48Slwv/lze iOkwUe/BFCtteYUs9kj2AOk= Received: (qmail 22111 invoked by alias); 14 May 2014 19:58:40 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 22100 invoked by uid 89); 14 May 2014 19:58:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] i386: Remove useless pthread_spin_{init,unlock} wrapper files. Message-Id: <20140514195834.770A32C3A4F@topped-with-meat.com> Date: Wed, 14 May 2014 12:58:34 -0700 (PDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=HrjlRSjS c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=TM7JlIfQoRAA:10 a=Z6MIti7PxpgA:10 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=SYY3sntiFgs-JGNNyScA:9 a=CjuIK1q_8ugA:10 X-DH-Original-To: glibc@patchwork.siddhesh.in These files served no purpose, as those were the next choices anyway. * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed. * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed. --- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c +++ /dev/null @@ -1 +0,0 @@ -#include --- a/nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S +++ /dev/null @@ -1 +0,0 @@ -#include