summaryrefslogtreecommitdiff
path: root/asm.m4
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2010-03-29 13:42:38 +0200
committerNiels Möller <nisse@lysator.liu.se>2010-03-29 13:42:38 +0200
commit790a4cc460b1afe9a2ce3a3520ec3e8bd7bdfa85 (patch)
tree427627bf5e255900ebb2d3d86f9120a6efdebee4 /asm.m4
parent4e8e6d70a32a793ec13b4866e284e6ef913145e8 (diff)
downloadnettle-790a4cc460b1afe9a2ce3a3520ec3e8bd7bdfa85.tar.gz
(EPILOGUE): Use . to refer to current address.
Rev: nettle/ChangeLog:1.69 Rev: nettle/asm.m4:1.2
Diffstat (limited to 'asm.m4')
-rw-r--r--asm.m43
1 files changed, 1 insertions, 2 deletions
diff --git a/asm.m4 b/asm.m4
index 199f0882..e2721d4b 100644
--- a/asm.m4
+++ b/asm.m4
@@ -20,8 +20,7 @@ C_NAME($1):>)>)
define(<EPILOGUE>,
<ifelse(ELF_STYLE,yes,
-<.L$1end:
-.size C_NAME($1), .L$1end - C_NAME($1)>,)>)
+<.size C_NAME($1), . - C_NAME($1)>,<>)>)
dnl Argument to ALIGN is always logarithmic
dnl Can't use << operator with our choice of quote characters...