* grub-core/kern/arm/misc.S: Remove leftover ARM and THUMB.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-08 17:03:19 +02:00
parent f8772ea7f5
commit 29072e994e
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/arm/misc.S: Remove leftover ARM and THUMB.
2013-10-08 Vladimir Serbinenko <phcoder@gmail.com> 2013-10-08 Vladimir Serbinenko <phcoder@gmail.com>
* util/misc.c: Remove leftover inclusion of malloc.h. * util/misc.c: Remove leftover inclusion of malloc.h.

View file

@ -24,12 +24,8 @@
.syntax unified .syntax unified
#if !defined (__thumb2__) #if !defined (__thumb2__)
.arm .arm
#define ARM(x...) x
#define THUMB(x...)
#else #else
.thumb .thumb
#define THUMB(x...) x
#define ARM(x...)
#endif #endif
.align 2 .align 2