* libc/machine/arm/arm_asm.h: Fix typo.
This commit is contained in:
parent
926aac359f
commit
e20efdda16
@ -1,3 +1,7 @@
|
|||||||
|
2009-03-09 Brooks Moses <brooks@codesourcery.com>
|
||||||
|
|
||||||
|
* libc/machine/arm/arm_asm.h: Fix typo.
|
||||||
|
|
||||||
2009-03-09 Craig Howland <howland@LGSInnovations.com>
|
2009-03-09 Craig Howland <howland@LGSInnovations.com>
|
||||||
|
|
||||||
* libc/time/strftime.c: Adapt for dual-purpose use so not only
|
* libc/time/strftime.c: Adapt for dual-purpose use so not only
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef ARM_ASM__H
|
#ifndef ARM_ASM__H
|
||||||
#define AMR_ASM__H
|
#define ARM_ASM__H
|
||||||
|
|
||||||
/* First define some macros that keep everything else sane. */
|
/* First define some macros that keep everything else sane. */
|
||||||
#if defined (__ARM_ARCH_7A__) || defined (__ARM_ARCH_7R__)
|
#if defined (__ARM_ARCH_7A__) || defined (__ARM_ARCH_7R__)
|
||||||
|
Loading…
Reference in New Issue
Block a user