From 8ee6fce118e56b49cf4b28e8dff885e7b81d463d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 15 Oct 2005 20:07:56 +0200
Subject: [PATCH] (PROLOGUE): Use TYPE_FUNCTION.

Rev: src/nettle/asm.m4:1.12
---
 asm.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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):>)>)
-- 
GitLab