summaryrefslogtreecommitdiff
path: root/asm/macros
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2020-04-17 17:48:20 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2020-04-17 17:48:20 -0400
commitd83b036b88c87375f616bfd5debfe28901518a98 (patch)
tree313f93afb1afc58c88f79fb911391cf170423491 /asm/macros
parent0b7e7a99731b15a381e922260cd7f3718c5beec0 (diff)
parentd458432e79744c8671b1e3ae31decad9366360cf (diff)
Merge branch 'master' into finish_header
Diffstat (limited to 'asm/macros')
-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