summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2005-10-15 20:07:56 +0200
committerNiels Möller <nisse@lysator.liu.se>2005-10-15 20:07:56 +0200
commit8ee6fce118e56b49cf4b28e8dff885e7b81d463d (patch)
treef12872efd046072d22e74f3a1b3a4092e97255ad /asm.m4
parenteebd7b4ab333c99c0d1f409cd912ddd21c751682 (diff)
downloadnettle-8ee6fce118e56b49cf4b28e8dff885e7b81d463d.tar.gz
(PROLOGUE): Use TYPE_FUNCTION.
Rev: src/nettle/asm.m4:1.12
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/asm.m4 b/asm.m4
index 6ba1fc27..bbc30abc 100644
--- a/asm.m4
+++ b/asm.m4
@@ -13,7 +13,7 @@ dnl Pseudo ops
define(<PROLOGUE>,
<ifelse(ELF_STYLE,yes,
<.globl C_NAME($1)
-.type C_NAME($1),@function
+.type C_NAME($1),TYPE_FUNCTION
C_NAME($1):>,
<.globl C_NAME($1)
C_NAME($1):>)>)