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 v2] Use correct ARM architecture profile for optimized ARMv6t2/v7 memchr version.


On 07/07/14 14:47, Pavel Pisa wrote:
> This prevents next error at link time for Cortex-R multilib option
> 
> Conflicting architecture profiles A/R
> .../arm-rtems4.11/bin/ld: failed to merge target
> 
> Use solution proposed by Richard Earnshaw.
> ".arch armv6t2" defines null profile which should be
> be upward compatible with all targets using optimized
> version.
> 

Thanks.

I've tweaked the patch slightly to conform with general coding
conventions and committed the following:

R.

2014-07-07  Pavel Pisa  <pisa@cmp.felk.cvut.cz>
	    Richard Earnshaw  <rearnsha@arm.com>

	* libc/machine/arm/memchr.S (.arch): Require revision ARMv6t2.

Attachment: memchr-v6t2.patch
Description: Text document


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