This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [ARM] Reorganize memcpy selection.
- From: Marcus Shawcroft <marcus dot shawcroft at arm dot com>
- To: "newlib at sourceware dot org" <newlib at sourceware dot org>
- Date: Fri, 6 Nov 2015 15:43:01 +0000
- Subject: Re: [ARM] Reorganize memcpy selection.
- Authentication-results: sourceware.org; auth=none
- References: <563B279F dot 7060400 at arm dot com> <563B3E53 dot 2000409 at foss dot arm dot com> <563CAB37 dot 6000509 at arm dot com> <563CAD30 dot 7090907 at arm dot com> <563CAF6D dot 7050203 at foss dot arm dot com>
On 06/11/15 13:47, Richard Earnshaw wrote:
There's a test immediately before this line that needs to match the
#elif __ARM_ARCH >= 7 && __ARM_ARCH_PROFILE == 'M'
line in memcpy-stub.c, it's still in the old format.
OK with that change.
R.
Thanks, committed with that change.
/M