From: Niels Möller Date: Mon, 29 Mar 2010 11:42:38 +0000 (+0200) Subject: (EPILOGUE): Use . to refer to current address. X-Git-Tag: camellia_32bit_20100720~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=790a4cc460b1afe9a2ce3a3520ec3e8bd7bdfa85;p=thirdparty%2Fnettle.git (EPILOGUE): Use . to refer to current address. Rev: nettle/ChangeLog:1.69 Rev: nettle/asm.m4:1.2 --- diff --git a/ChangeLog b/ChangeLog index 0a0ba844..99dde0a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2010-03-29 Niels Möller + * 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__. 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(, ,)>) +<.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...