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




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