This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: PATCH] arm: Assembly implementation cleanup
- From: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- To: Joseph Myers <joseph at codesourcery dot com>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Wed, 05 Aug 2015 11:20:49 -0300
- Subject: Re: PATCH] arm: Assembly implementation cleanup
- Authentication-results: sourceware.org; auth=none
- References: <559A811D dot 6030406 at linaro dot org> <alpine dot DEB dot 2 dot 10 dot 1507221342590 dot 21570 at digraph dot polyomino dot org dot uk>
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).
>