This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: [PATCH] [Newlib] [ARM] Support __aeabi_memset and __aeabi_memclr for the arm backend in newlib.



> -----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?
> 

Hi Corinna,

It's my fault that I should put these two patches together in patch series.
Your changes didn't screw up my patches. Thank you very much.

BR,
Hale

> 
> Thanks,
> Corinna
> 
> --
> Corinna Vinschen
> Cygwin Maintainer
> Red Hat




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]