summaryrefslogtreecommitdiff
path: root/asm/macros/function.inc
diff options
context:
space:
mode:
Diffstat (limited to 'asm/macros/function.inc')
-rw-r--r--asm/macros/function.inc5
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/macros/function.inc b/asm/macros/function.inc
index 67fb373a..4e0afcb7 100644
--- a/asm/macros/function.inc
+++ b/asm/macros/function.inc
@@ -2,7 +2,6 @@
.align 2, 0
.global \name
.arm
- .type \name, function
.endm
.macro arm_func_end name
@@ -13,15 +12,11 @@
.align 2, 0
.global \name
.thumb
- .thumb_func
- .type \name, function
.endm
.macro non_word_aligned_thumb_func_start name
.global \name
.thumb
- .thumb_func
- .type \name, function
.endm
.macro thumb_func_end name