This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
RE: [PATCH] [Newlib] [ARM] Support __aeabi_memset and __aeabi_memclr for the arm backend in newlib.
- From: "Terry Guo" <terry dot guo at arm dot com>
- To: <newlib at sourceware dot org>
- Date: Tue, 17 Feb 2015 17:45:27 +0800
- Subject: RE: [PATCH] [Newlib] [ARM] Support __aeabi_memset and __aeabi_memclr for the arm backend in newlib.
- Authentication-results: sourceware.org; auth=none
- References: <008e01d0466d$5fea13e0$1fbe3ba0$ at arm dot com> <20150217092838 dot GS8493 at calimero dot vinschen dot de>
> -----Original Message-----
> From: newlib-owner@sourceware.org [mailto:newlib-
> owner@sourceware.org] On Behalf Of Corinna Vinschen
> Sent: Tuesday, February 17, 2015 5:29 PM
> To: newlib@sourceware.org
> Subject: Re: [PATCH] [Newlib] [ARM] Support __aeabi_memset and
> __aeabi_memclr for the arm backend in newlib.
>
> Hi Hale,
>
> On Feb 12 10:41, Hale Wang wrote:
> > Hi,
> >
> > This patch is used to support the function __aeabi_memset and
> __aeabi_memclr
> > for the arm backend in newlib (This patch is similar with the
> > __aeabi_memmove patch.).
> > [...]
> > * libc/machine/arm/aeabi_memclr.c: New file to support
> > aeabi_memclr.
> > * libc/machine/arm/aeabi_memset.c: New file to support
> > aeabi_memset.
> > * libc/machine/arm/aeabi_memset-soft.S: Ditto.
> > * libc/machine/arm/aeabi_memset-arm.S: Ditto.
> > * libc/machine/arm/aeabi_memset-thumb.S: Ditto.
> > * libc/machine/arm/aeabi_memset-thumb2.S: Ditto.
> > * libc/machine/arm/Makefile.am: Add dependencies.
> > * libc/machine/arm/Makefile.in: Regenerated.
>
> After applying your memmove patch, this patch didn't apply cleanly
> in Makefile.am and Makefile.in. I went ahead and applied the changes
> to Makefile.am manually and regenerated Makefile.in.
>
> Can you please check that I didn't screw up your Makefile.{am,in}
> changes?
>
>
> Thanks,
> Corinna
>
> --
> Corinna Vinschen
> Cygwin Maintainer
> Red Hat
Thanks very much for your help. I am afraid that Hale can't do it right now because he is in holiday and will get back in 7 days. I will ask him to check once he gets back.
BR,
Terry