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

(EPILOGUE): Use . to refer to current address.

Rev: nettle/ChangeLog:1.69
Rev: nettle/asm.m4:1.2
parent 4e8e6d70
No related branches found
No related tags found
No related merge requests found
2010-03-29 Niels Mller <nisse@lysator.liu.se>
* asm.m4 (EPILOGUE): Use . to refer to current address.
* configure.ac (ABI): Detect which ABI the compiler is using.
On x86_64, also check for __arch64__.
......
......@@ -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...
......
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