From e20930ef73f1e05357faadfdab606511f5f3dcb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Sat, 1 Mar 2014 17:15:48 +0200 Subject: [PATCH] Mark the arm asm labels as functions This fixes calling them from thumb code, on linux. --- codec/common/arm_arch_common_macro.S | 1 + 1 file changed, 1 insertion(+) diff --git a/codec/common/arm_arch_common_macro.S b/codec/common/arm_arch_common_macro.S index c5ff68e4..7cd862e5 100644 --- a/codec/common/arm_arch_common_macro.S +++ b/codec/common/arm_arch_common_macro.S @@ -45,6 +45,7 @@ _$0: .align 2 .arm .global \funcName +.type \funcName, %function \funcName: .endm