Rev: nettle/ChangeLog:1.69
Rev: nettle/asm.m4:1.2
2010-03-29 Niels Möller <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__.
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...