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.


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

Attachment: pgprbUo87Sg6i.pgp
Description: PGP signature


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