mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* libc/macine/arm/strcpy.S: Explicitly set build attributes when
building for thumb1 targets.
This commit is contained in:
parent
0dd70ae521
commit
ef05ad03f2
@ -1,3 +1,8 @@
|
||||
2013-05-28 Richard Earnshaw <rearnsha@arm.com>
|
||||
|
||||
* libc/macine/arm/strcpy.S: Explicitly set build attributes when
|
||||
building for thumb1 targets.
|
||||
|
||||
2013-05-22 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording.
|
||||
|
@ -55,6 +55,13 @@
|
||||
#if defined (__thumb__)
|
||||
.thumb
|
||||
.thumb_func
|
||||
#if !defined (__thumb2__)
|
||||
/* If we have thumb1 only, we need to explictly mark the
|
||||
compatibility. */
|
||||
.arch armv4t
|
||||
.eabi_attribute Tag_also_compatible_with, "\006\013" /* v6-M. */
|
||||
.eabi_attribute Tag_ARM_ISA_use, 0
|
||||
#endif
|
||||
#endif
|
||||
.global strcmp
|
||||
.type strcmp, %function
|
||||
|
Loading…
x
Reference in New Issue
Block a user