arm: Fix DEFINE_FUNCTION_ARM() for ARMv7-AR

This commit is contained in:
Sebastian Huber
2013-05-03 16:07:34 +02:00
parent 85387db5aa
commit 57c05b54a3

View File

@@ -143,7 +143,7 @@
#define PUBLIC(sym) .globl SYM (sym)
#define EXTERN(sym) .globl SYM (sym)
#if defined(__thumb2__)
#if defined(ARM_MULTILIB_ARCH_V7M)
#define DEFINE_FUNCTION_ARM(name) \
.thumb_func ; .globl name ; name:
#elif defined(__thumb__)