From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 69301 invoked by alias); 5 Aug 2015 14:20:59 -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 69284 invoked by uid 89); 5 Aug 2015 14:20:58 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-yk0-f180.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=PlrJH1FuNRsQ+vHsknGTzX4rvfygoeQ5DyoQaeybi/c=; b=TQ7rDsXut2wquPrDbclFCMFs2C32GjZFuNFUyCYdjMjZWlsWmY5QCSQV8G40H3hyTp WbTLQxObWN6bf9Jfvpdgo3RDS/zguBGcET9xm1jIffNURxrrnOLdflMLfP6LNG/jJ5d0 tpJpZ7fQmPKqTZ29j/XmNF4xLxoP7LIvSXtGzF++lKIbtDyHtOYb1+DPkLCZWWJqkVxB eB26sTQBuAB+Zn/zrWRqi1LoSz4zQh0yGGeUVLg6ZANpxJPYVmkFsVGO6w5atJQrLji1 i32JA61EZjnLwk9NoArN43zpm0MnLxrJQcCFpjs/+2HubPNx3LcvXmbEzIRMTstxoKqe 3htA== X-Gm-Message-State: ALoCoQnXBi644jxn+Sy68VA2g2fIxKgUAN+O8dvIW5HWhsR0a6I+D27iwI4pRXSqv8Ujhbq0ju+T X-Received: by 10.170.90.65 with SMTP id h62mr9406427yka.120.1438784455665; Wed, 05 Aug 2015 07:20:55 -0700 (PDT) Message-ID: <55C21BC1.8080101@linaro.org> Date: Wed, 05 Aug 2015 14:20:00 -0000 From: Adhemerval Zanella User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: Joseph Myers CC: GNU C Library Subject: Re: PATCH] arm: Assembly implementation cleanup References: <559A811D.6030406@linaro.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2015-08/txt/msg00154.txt.bz2 Pushed upstream as 2aa6c8af26e65695e9daf382a6e508574a30cdf2. On 22-07-2015 10:43, Joseph Myers wrote: > On Mon, 6 Jul 2015, Adhemerval Zanella wrote: > >> This patch removes arm assembly implementation of mmap and mmap64. >> The new implementation used is the wordsize-32 generic linux one. >> >> Tested on armhf. >> >> -- >> >> * sysdeps/unix/sysv/linux/arm/mmap.c: Add file. >> * sysdeps/unix/sysv/linux/arm/mmap.S: Remove file. >> * sysdeps/unix/sysv/linux/arm/mmap64.S: Likewise. > > OK for 2.23 (once 2.22 has branched). >