Skip to content
Snippets Groups Projects
Commit 8ee6fce1 authored by Niels Möller's avatar Niels Möller
Browse files

(PROLOGUE): Use TYPE_FUNCTION.

Rev: src/nettle/asm.m4:1.12
parent eebd7b4a
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ dnl Pseudo ops ...@@ -13,7 +13,7 @@ dnl Pseudo ops
define(<PROLOGUE>, define(<PROLOGUE>,
<ifelse(ELF_STYLE,yes, <ifelse(ELF_STYLE,yes,
<.globl C_NAME($1) <.globl C_NAME($1)
.type C_NAME($1),@function .type C_NAME($1),TYPE_FUNCTION
C_NAME($1):>, C_NAME($1):>,
<.globl C_NAME($1) <.globl C_NAME($1)
C_NAME($1):>)>) C_NAME($1):>)>)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment