2014-07-07 Pavel Pisa <pisa@cmp.felk.cvut.cz>
Richard Earnshaw <rearnsha@arm.com> * libc/machine/arm/memchr.S (.arch): Require revision ARMv6t2.
This commit is contained in:
parent
2ccbe5129d
commit
7bd00a0bef
@ -1,3 +1,8 @@
|
||||
2014-07-07 Pavel Pisa <pisa@cmp.felk.cvut.cz>
|
||||
Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* libc/machine/arm/memchr.S (.arch): Require revision ARMv6t2.
|
||||
|
||||
2014-07-07 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* configure.in (--enable-newlib-nano-formatted-io): Set to "no"
|
||||
|
@ -45,8 +45,10 @@
|
||||
@ Make conditional on CPU type
|
||||
@ tidy
|
||||
|
||||
@ This code requires armv6t2 or later. Uses Thumb2.
|
||||
|
||||
.syntax unified
|
||||
.arch armv7-a
|
||||
.arch armv6t2
|
||||
|
||||
#include "arm_asm.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user